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
  • Constructor Details

    • TestMojo

      public TestMojo()
  • Method Details

    • getLaunchModeClasspath

      protected io.quarkus.runtime.LaunchMode getLaunchModeClasspath()
      Description copied from class: DevMojo
      Indicates for which launch mode the dependencies should be resolved.
      Overrides:
      getLaunchModeClasspath in class DevMojo
      Returns:
      launch mode for which the dependencies should be resolved
    • modifyDevModeContext

      protected void modifyDevModeContext(io.quarkus.deployment.dev.DevModeCommandLineBuilder builder)
      Overrides:
      modifyDevModeContext in class DevMojo