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 DevMojo
The dev mojo, that connects to a remote host.
-
Field Summary
Fields inherited from class io.quarkus.maven.DevMojo
analyticsProvider, bootstrapProvider, extensionJvmOptions, mojoExecution, project, skipPlugins, test, warnIfBuildGoalMissing, workspaceProviderFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.quarkus.runtime.LaunchModeIndicates for which launch mode the dependencies should be resolved.protected voidmodifyDevModeContext(io.quarkus.deployment.dev.DevModeCommandLineBuilder builder) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setPluginContext
-
Constructor Details
-
RemoteDevMojo
public RemoteDevMojo()
-
-
Method Details
-
modifyDevModeContext
protected void modifyDevModeContext(io.quarkus.deployment.dev.DevModeCommandLineBuilder builder) - Overrides:
modifyDevModeContextin classDevMojo
-
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
-