Class ExternalModuleCreatorMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.helidon.inject.maven.plugin.AbstractCreatorMojo
io.helidon.inject.maven.plugin.ExternalModuleCreatorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="external-module-create", defaultPhase=GENERATE_SOURCES, threadSafe=true, requiresDependencyResolution=COMPILE) public class ExternalModuleCreatorMojo extends AbstractCreatorMojo
Responsible for creating Activator's and a ModuleComponent wrapping a set of packages from an external third-party jar.
  • Constructor Details

    • ExternalModuleCreatorMojo

      public ExternalModuleCreatorMojo()
      Default constructor.
  • Method Details

    • innerExecute

      protected void innerExecute() throws org.apache.maven.plugin.MojoExecutionException
      Description copied from class: AbstractCreatorMojo
      Gated/controlled by the TrafficCop.
      Specified by:
      innerExecute in class AbstractCreatorMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException - if any mojo problems occur