Full name:
org.apache.sling:slingfeature-maven-plugin:1.7.2:info
Description:
Attributes:
1.1.20
.Name | Type | Since | Description |
---|---|---|---|
<features> |
File |
1.1.20 |
Directory containing feature files Default value is: src/main/features . |
<testFeatures> |
File |
1.1.20 |
Directory containing test feature files. Default value is: src/test/features . |
Name | Type | Since | Description |
---|---|---|---|
<artifactExcludesList> |
String |
1.2.0 |
A comma separated list of artifact patterns to exclude. Follows the
pattern "groupId:artifactId:type:classifier:version". Designed to
allow specifying the set of excludes from the command line. User property is: excludes . |
<artifactIncludesList> |
String |
1.2.0 |
A comma separated list of artifact patterns to include. Follows the
pattern "groupId:artifactId:type:classifier:version". Designed to
allow specifying the set of includes from the command line. User property is: includes . |
<enableLegacyVariableReplacement> |
boolean |
1.3.6 |
Enable old variable replacement in feature model based on the full
maven project including system variables. If this is enabled,
enableProjectVariableReplacement and replacePropertyVariables have
no effect. Default value is: false . |
<enableProjectVariableReplacement> |
boolean |
1.3.6 |
Enable the replacement of variables when reading a feature model.
The supported variables are "project.groupId",
"project.artifactId", "project.version" and "project.osgiVersion". Default value is: true . |
<featureFile> |
File |
1.1.20 |
(no description) User property is: featureFile . |
<featuresExcludes> |
String |
1.1.20 |
Comma separated list of excludes for the feature files. Feature
files excluded by this configuration are not processed at all. |
<featuresIncludes> |
String |
1.1.20 |
Comma separated list of includes for the feature files in the
configured directory. Only feature files specified by this include
are processed. Default value is: **/*.json . |
<generatedFeatures> |
File |
1.1.20 |
Directory containing generated feature files |
<generatedFeaturesExcludes> |
String |
1.1.20 |
Comma separated list of excludes for the generated feature files.
Feature files excluded by this configuration are not processed at
all. |
<generatedFeaturesIncludes> |
String |
1.1.20 |
Comma separated list of includes for the generated feature files in
the configured directory. Only feature files specified by this
include are processed. Default value is: **/*.json . |
<infoFeatureFiles> |
String |
1.1.20 |
Select the feature files if run in standalone mode; comma separated
list of file names. User property is: infoFeatureFiles . |
<infoFeatures> |
FeatureSelectionConfig |
1.1.20 |
Select the features for info generation. |
<jarStartOrder> |
int |
1.1.20 |
The start level for the attached jar/bundle. |
<outputDirectory> |
File |
1.1.20 |
If output format is set to file, this can be used to change the
output directory. User property is: outputDirectory . |
<outputExportedPackages> |
String |
1.1.20 |
(no description) User property is: outputExportedPackages . |
<outputFormat> |
String |
1.1.20 |
Output format, either file or log. Default value is: file .User property is: outputFormat . |
<replacePropertyVariables> |
String |
1.3.6 |
A comma separated list of variables which are replaced when a
feature model is read. The value of these variables is fetched from
the project properties. |
<reports> |
String |
1.1.20 |
Comma separated list of reports. Default value is: exported-packages .User property is: reports . |
<skipAddFeatureDependencies> |
boolean |
1.1.20 |
If set to true the artifacts from the feature are not
as dependencies to the project.Default value is: false . |
<skipAddJarToFeature> |
boolean |
1.1.20 |
If set to true the main jar artifact is not added to
the feature.Default value is: false . |
<skipAddJarToTestFeature> |
boolean |
1.1.20 |
If set to true the main jar artifact is not added to
the test feature.Default value is: false . |
<skipAddTestFeatureDependencies> |
boolean |
1.1.20 |
If set to true the artifacts from the test feature are
not as dependencies to the project.Default value is: true . |
<testFeaturesExcludes> |
String |
1.1.20 |
Comma separated list of excludes for the test features. |
<testFeaturesIncludes> |
String |
1.1.20 |
Comma separated list of includes for the test features. Default value is: **/*.json . |
<validateFeatures> |
boolean |
1.1.20 |
If set to true the features are validated against the
JSON schema.Default value is: true . |
java.lang.String
1.2.0
No
excludes
java.lang.String
1.2.0
No
includes
boolean
1.3.6
No
false
boolean
1.3.6
No
true
java.io.File
1.1.20
No
featureFile
java.io.File
1.1.20
Yes
src/main/features
java.lang.String
1.1.20
No
java.lang.String
1.1.20
No
**/*.json
java.io.File
1.1.20
No
java.lang.String
1.1.20
No
java.lang.String
1.1.20
No
**/*.json
java.lang.String
1.1.20
No
infoFeatureFiles
org.apache.sling.feature.maven.mojos.FeatureSelectionConfig
1.1.20
No
int
1.1.20
No
java.io.File
1.1.20
No
outputDirectory
java.lang.String
1.1.20
No
outputExportedPackages
java.lang.String
1.1.20
No
outputFormat
file
java.lang.String
1.3.6
No
java.lang.String
1.1.20
No
reports
exported-packages
true
the artifacts from the feature are not
as dependencies to the project.boolean
1.1.20
No
false
true
the main jar artifact is not added to
the feature.boolean
1.1.20
No
false
true
the main jar artifact is not added to
the test feature.boolean
1.1.20
No
false
true
the artifacts from the test feature are
not as dependencies to the project.boolean
1.1.20
No
true
java.io.File
1.1.20
Yes
src/test/features
java.lang.String
1.1.20
No
java.lang.String
1.1.20
No
**/*.json
true
the features are validated against the
JSON schema.boolean
1.1.20
No
true