Class StopMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.sling.maven.slingstart.run.AbstractStartStopMojo
-
- org.apache.sling.maven.slingstart.run.StopMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="stop", defaultPhase=POST_INTEGRATION_TEST, threadSafe=true) public class StopMojo extends AbstractStartStopMojoStop one or multiple running launchpad instance(s).
-
-
Field Summary
-
Fields inherited from class org.apache.sling.maven.slingstart.run.AbstractStartStopMojo
servers, shouldBlockUntilKeyIsPressed, skipLaunchpad, systemPropertiesFile
-
-
Constructor Summary
Constructors Constructor Description StopMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute()-
Methods inherited from class org.apache.sling.maven.slingstart.run.AbstractStartStopMojo
blockIfNecessary, execute
-
-
-
-
Method Detail
-
doExecute
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
doExecutein classAbstractStartStopMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-