Klasse StopMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.sling.maven.feature.launcher.StopMojo
- Alle implementierten Schnittstellen:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="stop",
defaultPhase=POST_INTEGRATION_TEST)
public class StopMojo
extends org.apache.maven.plugin.AbstractMojo
Stop one or multiple Sling Feature(s).
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanIftruestopping the server is deferred until you press the Enter key on the terminal on which Maven is executed.Von Schnittstelle geerbte Felder org.apache.maven.plugin.Mojo
ROLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Felddetails
-
waitForInput
@Parameter(property="feature-launcher.waitForInput", required=false, defaultValue="false") protected boolean waitForInputIftruestopping the server is deferred until you press the Enter key on the terminal on which Maven is executed.
-
-
Konstruktordetails
-
StopMojo
public StopMojo()
-
-
Methodendetails
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Löst aus:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
waitForUserInput
protected void waitForUserInput() throws org.apache.maven.plugin.MojoFailureException- Löst aus:
org.apache.maven.plugin.MojoFailureException
-