Package io.helidon.inject.maven.plugin
Class ApplicationCreatorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.helidon.inject.maven.plugin.AbstractCreatorMojo
io.helidon.inject.maven.plugin.AbstractApplicationCreatorMojo
io.helidon.inject.maven.plugin.ApplicationCreatorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="application-create",
defaultPhase=COMPILE,
threadSafe=true,
requiresDependencyResolution=COMPILE)
public class ApplicationCreatorMojo
extends AbstractApplicationCreatorMojo
A mojo wrapper to
ApplicationCreator
.-
Field Summary
Fields inherited from class io.helidon.inject.maven.plugin.AbstractCreatorMojo
APPLICATION_PACKAGE_FILE_NAME
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.helidon.inject.maven.plugin.AbstractApplicationCreatorMojo
innerExecute
Methods inherited from class io.helidon.inject.maven.plugin.AbstractCreatorMojo
determinePackageName, execute, getInjectScratchDir, getPackageName, getProjectBuildTargetDir, isDebugEnabled, loadAppPackageName, saveAppPackageName
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ApplicationCreatorMojo
public ApplicationCreatorMojo()Default constructor.
-