feature-launcher:start
Full name:
org.apache.sling:feature-launcher-maven-plugin:0.1.8:start
Description:
Start one or multiple Sling
Feature(s).
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
pre-integration-test.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<featureLauncherVersion> |
String |
- |
The version of the Sling
Feature Launcher to use. Default value is: 1.1.4. |
<launches> |
List |
- |
|
<outputDirectory> |
File |
- |
The directory in which the features are launched (below its child
directory launchers/<launch-id>).Default value is: ${project.build.directory}.User property is: outputDir. |
Parameter Details
<featureLauncherVersion>
The version of the Sling
Feature Launcher to use.
- Type:
java.lang.String - Required:
Yes - Default:
1.1.4
<launches>
- Type:
java.util.List - Required:
Yes
<outputDirectory>
The directory in which the features are launched (below its child
directory
launchers/<launch-id>).- Type:
java.io.File - Required:
Yes - User Property:
outputDir - Default:
${project.build.directory}

