Package io.quarkus.maven
Class TestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.maven.DevMojo
io.quarkus.maven.TestMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="test",
defaultPhase=PREPARE_PACKAGE,
requiresDependencyResolution=TEST,
threadSafe=true)
public class TestMojo
extends DevMojo
The test mojo, that starts continuous testing outside of dev mode
-
Field Summary
Fields inherited from class io.quarkus.maven.DevMojo
analyticsProvider, bootstrapProvider, extensionJvmOptions, mojoExecution, project, skipPlugins, test, warnIfBuildGoalMissing, workspaceProviderFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.quarkus.runtime.LaunchModeIndicates for which launch mode the dependencies should be resolved.protected voidmodifyDevModeContext(io.quarkus.deployment.dev.DevModeCommandLineBuilder builder) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setPluginContext
-
Constructor Details
-
TestMojo
public TestMojo()
-
-
Method Details
-
getLaunchModeClasspath
protected io.quarkus.runtime.LaunchMode getLaunchModeClasspath()Description copied from class:DevMojoIndicates for which launch mode the dependencies should be resolved.- Overrides:
getLaunchModeClasspathin classDevMojo- Returns:
- launch mode for which the dependencies should be resolved
-
modifyDevModeContext
protected void modifyDevModeContext(io.quarkus.deployment.dev.DevModeCommandLineBuilder builder) - Overrides:
modifyDevModeContextin classDevMojo
-