Package io.helidon.inject.maven.plugin
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
Abstract base for the Injection
maven-plugin responsible for creating Application and Test Application's.- See Also:
-
Field Summary
Fields inherited from class io.helidon.inject.maven.plugin.AbstractCreatorMojo
APPLICATION_PACKAGE_FILE_NAMEFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidGated/controlled by theTrafficCop.Methods inherited from class io.helidon.inject.maven.plugin.AbstractCreatorMojo
determinePackageName, execute, getInjectScratchDir, getPackageName, getProjectBuildTargetDir, isDebugEnabled, loadAppPackageName, saveAppPackageNameMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AbstractApplicationCreatorMojo
protected AbstractApplicationCreatorMojo()Default constructor.
-
-
Method Details
-
innerExecute
protected void innerExecute()Description copied from class:AbstractCreatorMojoGated/controlled by theTrafficCop.- Specified by:
innerExecutein classAbstractCreatorMojo
-