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 DevMojoThe test mojo, that starts continuous testing outside of dev mode
-
-
Field Summary
-
Fields inherited from class io.quarkus.maven.DevMojo
bootstrapProvider, project
-
-
Constructor Summary
Constructors Constructor Description TestMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmodifyDevModeContext(MavenDevModeLauncher.Builder builder)-
Methods inherited from class io.quarkus.maven.DevMojo
execute, isGoalConfigured, setLog
-
-
-
-
Method Detail
-
modifyDevModeContext
protected void modifyDevModeContext(MavenDevModeLauncher.Builder builder)
- Overrides:
modifyDevModeContextin classDevMojo
-
-