Full name:
org.apache.sling:slingfeature-maven-plugin:1.1.20:info
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <features> | File | - | Directory containing feature files Default value is: src/main/features. |
| <testFeatures> | File | - | Directory containing test feature files. Default value is: src/test/features. |
| Name | Type | Since | Description |
|---|---|---|---|
| <featureFile> | File | - | (no description) User property is: featureFile. |
| <featuresExcludes> | String | - | Comma separated list of excludes for the feature files. Feature
files excluded by this configuration are not processed at all. |
| <featuresIncludes> | String | - | 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 | - | Directory containing generated feature files |
| <generatedFeaturesExcludes> | String | - | Comma separated list of excludes for the generated feature files.
Feature files excluded by this configuration are not processed at
all. |
| <generatedFeaturesIncludes> | String | - | 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 | - | Select the feature files if run in standalone mode; comma separated
list of file names. User property is: infoFeatureFiles. |
| <infoFeatures> | FeatureSelectionConfig | - | Select the features for info generation. |
| <jarStartOrder> | int | - | The start level for the attached jar/bundle. |
| <outputDirectory> | File | - | If output format is set to file, this can be used to change the
output directory. User property is: outputDirectory. |
| <outputExportedPackages> | String | - | (no description) User property is: outputExportedPackages. |
| <outputFormat> | String | - | Output format, either file or log. Default value is: file. User property is: outputFormat. |
| <reports> | String | - | Comma separated list of reports. Default value is: exported-packages. User property is: reports. |
| <skipAddFeatureDependencies> | boolean | - | If set to true the artifacts from the feature are not
as dependencies to the project. Default value is: false. |
| <skipAddJarToFeature> | boolean | - | If set to true the main jar artifact is not added to
the feature. Default value is: false. |
| <skipAddJarToTestFeature> | boolean | - | If set to true the main jar artifact is not added to
the test feature. Default value is: false. |
| <skipAddTestFeatureDependencies> | boolean | - | If set to true the artifacts from the test feature are
not as dependencies to the project. Default value is: true. |
| <testFeaturesExcludes> | String | - | Comma separated list of excludes for the test features. |
| <testFeaturesIncludes> | String | - | Comma separated list of includes for the test features. Default value is: **/*.json. |
| <validateFeatures> | boolean | - | If set to true the features are validated against the
JSON schema. Default value is: true. |