Full name:
org.apache.sling:sling-feature-converter-maven-plugin:1.0.4:convert-pm
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<inputFolder> | File | - | The folder that contains the Provisioning Models User property is: inputFolder. |
<outputFolder> | String | - | The folder that will contain the created Feature Models relative to
the Maven Basedir Folder Default value is: target/features. User property is: outputFolder. |
Name | Type | Since | Description |
---|---|---|---|
<artifactId> | String | - | If provided this becomes the Feature's Artifact Id. Tis will also
make the original name to become the classifier User property is: artifactId. |
<excludeBundles> | List | - | List of Bundles to be excluded from the Feature Model files User property is: excludeBundles. |
<frameworkProperties> | List | - | Franework Properties to be added to a given Feature Model. The
format looks like this:
'launchpad:felix.systempackages.substitution=true' where launchpad
is the name of the PM User property is: frameworkProperties. |
<groupId> | String | - | If provided this becomes the Feature's Group Id User property is: groupId. |
<noProvisioningModelName> | boolean | - | If set to true the converted Content Package will be
installed in the local Maven Repository Default value is: true. User property is: noProvisioningModelName. |
<runModes> | List | - | List of all Runmodes that are considered for this conversion The
default and all parts of all runmodes listed are placed into the
Feature Models, all others are excluded User property is: runModes. |
<version> | String | - | If provided this becomes the Feature's Version User property is: version. |