Package io.quarkus.maven
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 DevMojoThe dev mojo, that connects to a remote host.
-
-
Field Summary
-
Fields inherited from class io.quarkus.maven.DevMojo
bootstrapProvider, project
-
-
Constructor Summary
Constructors Constructor Description RemoteDevMojo()
-
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
-
-