Class RemoteDevMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.maven.DevMojo
io.quarkus.maven.RemoteDevMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="remote-dev", defaultPhase=PREPARE_PACKAGE, requiresDependencyResolution=TEST) public class RemoteDevMojo extends DevMojo
The dev mojo, that connects to a remote host.
  • Constructor Details

    • RemoteDevMojo

      public RemoteDevMojo()
  • Method Details

    • modifyDevModeContext

      protected void modifyDevModeContext(io.quarkus.deployment.dev.DevModeCommandLineBuilder builder)
      Overrides:
      modifyDevModeContext in class DevMojo
    • 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