MVN

org.apache.sling : sling-feature-converter-maven-plugin

Maven & Gradle

Jan 12, 2021
1 usages

Apache Sling Feature Model Converter Plugin · Maven Plugin to convert Configurations / Packages to Feature Model format

<plugin>
    <groupId>org.apache.sling</groupId>
    <artifactId>sling-feature-converter-maven-plugin</artifactId>
    <version>1.0.12</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : sling-feature-converter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of org.apache.sling : sling-feature-converter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
sling-feature-converter-maven-plugin-1.0.12
sling-feature-converter-maven-plugin-1.0.10
sling-feature-converter-maven-plugin-1.0.8
sling-feature-converter-maven-plugin-1.0.6
sling-feature-converter-maven-plugin-1.0.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.sling</groupId>
    <artifactId>sling-feature-converter-maven-plugin</artifactId>
    <version>1.0.12</version>
</plugin>