Class AbstractApplicationCreatorMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.helidon.inject.maven.plugin.AbstractCreatorMojo
io.helidon.inject.maven.plugin.AbstractApplicationCreatorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
ApplicationCreatorMojo, TestApplicationCreatorMojo

public abstract class AbstractApplicationCreatorMojo extends AbstractCreatorMojo
Abstract base for the Injection maven-plugin responsible for creating Application and Test Application's.
See Also:
  • Constructor Details

    • AbstractApplicationCreatorMojo

      protected AbstractApplicationCreatorMojo()
      Default constructor.
  • Method Details