Package io.helidon.inject.maven.plugin
Class TestApplicationCreatorMojo
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.TestApplicationCreatorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="test-application-create",
defaultPhase=TEST_COMPILE,
threadSafe=true,
requiresDependencyResolution=TEST)
public class TestApplicationCreatorMojo
extends AbstractApplicationCreatorMojo
A mojo wrapper to
ApplicationCreator
for test specific types.-
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
-
TestApplicationCreatorMojo
public TestApplicationCreatorMojo()Default constructor.
-