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 io.quarkus.runtime.LaunchModegetLaunchModeClasspath()Indicates for which launch mode the dependencies should be resolved.protected voidmodifyDevModeContext(MavenDevModeLauncher.Builder builder)
-
-
-
Method Detail
-
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(MavenDevModeLauncher.Builder builder)
- Overrides:
modifyDevModeContextin classDevMojo
-
-