Package io.helidon.service.maven.plugin


package io.helidon.service.maven.plugin
Maven plugin for Helidon Service Inject.

This plugin should be used by the application - i.e. the actual microservice that is going to be deployed and started. This plugin will not help when used on a library.

The plugin generates application binding (mapping of services to injection points they satisfy), and application main class to avoid lookups (binding), and reflection and resources discovery from classpath (main class).

  • Classes
    Class
    Description
    Maven goal to create application bindings (a mapping of services that satisfy injection points), and to create application main class (reflection-free registration of services).
    A mojo wrapper to BindingGenerator for test specific types.