slingstart:stop

Full name:

org.apache.sling:slingstart-maven-plugin:1.8.2:stop

Description:

Stop one or multiple running launchpad instance(s).

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: post-integration-test.

Optional Parameters

Name Type Since Description
servers List - Parameter containing the list of server configurations
shouldBlockUntilKeyIsPressed boolean - If true this mojo blocks until you press the Enter key.
skipLaunchpad boolean - Set this to "true" to skip starting the launchpad
Default value is: false.
User property is: maven.test.skip.
systemPropertiesFile File - The system properties file will contain all started instances with their ports etc.
Default value is: ${project.build.directory}/launchpad-runner.properties.

Parameter Details

servers:

Parameter containing the list of server configurations
  • Type: java.util.List
  • Required: No

shouldBlockUntilKeyIsPressed:

If true this mojo blocks until you press the Enter key.
  • Type: boolean
  • Required: No

skipLaunchpad:

Set this to "true" to skip starting the launchpad
  • Type: boolean
  • Required: No
  • User Property: maven.test.skip
  • Default: false

systemPropertiesFile:

The system properties file will contain all started instances with their ports etc.
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/launchpad-runner.properties