Full name:
org.apache.sling:sling-feature-converter-maven-plugin:1.0.4:convert-cp
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <artifactIdOverride> | String | - | If set to true the Content Package is strictly
validated. User property is: artifactIdOverride. |
| <bundleStartOrder> | int | - | If set to true the Content Package is strictly
validated. Default value is: 20. User property is: bundleStartOrder. |
| <contentPackages> | List | - | List of Content Packages to be converted User property is: packages. |
| <convertedCPOutput> | File | - | Target directory for the Converted Content Package file Default value is: ${project.build.directory}/cp-conversion. User property is: convertedContentPackageOutputDirectory. |
| <fmOutput> | File | - | Target directory for the converted Content Package Feature Model
file Default value is: ${project.build.directory}/cp-conversion/fm.out. User property is: featureModelsOutputDirectory. |
| <fmPrefix> | String | - | System Properties to hand over to the Content Package Converter User property is: fmPrefix. |
| <installConvertedCP> | boolean | - | If set to true the converted Content Package will be
installed in the local Maven Repository Default value is: true. User property is: installConvertedContentPackage. |
| <isContentPackage> | boolean | - | If set to true the module is handled as Content
Package Default value is: false. User property is: isContentPackage. |
| <mergeConfigurations> | boolean | - | If set to true the OSGi Configurations with same PID
are merged. Default value is: false. User property is: mergeConfigurations. |
| <strictValidation> | boolean | - | If set to true the Content Package is strictly
validated. Default value is: false. User property is: strictValidation. |
| <systemProperties> | List | - | System Properties to hand over to the Content Package Converter User property is: cpSystemProperties. |