@Mojo(name="start",
defaultPhase=PRE_INTEGRATION_TEST,
threadSafe=true)
public class StartMojo
extends AbstractStartStopMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
debug
Overwrites debug parameter of all server configurations (if set).
|
servers, shouldBlockUntilKeyIsPressed, skipLaunchpad, systemPropertiesFile| Constructor and Description |
|---|
StartMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute() |
blockIfNecessary, execute@Parameter(property="launchpad.debug") protected String debug
"true", the process will allow a debugger to connect on port 8000.
If set to some other string, that string will be appended to the server's vmOpts, allowing you to configure arbitrary debugging options.protected void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
doExecute in class AbstractStartStopMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.