MVN

org.apache.felix.karaf.tooling : features-maven-plugin

Maven & Gradle

May 20, 2010

Apache Felix Karaf :: Maven2 Features plugin · A Maven 2 plugin for working with feature descriptors

<plugin>
    <groupId>org.apache.felix.karaf.tooling</groupId>
    <artifactId>features-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.felix.karaf.tooling : features-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of org.apache.felix.karaf.tooling : features-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
features-maven-plugin-1.6.0
1.4.x
features-maven-plugin-1.4.0
1.2.x
features-maven-plugin-1.2.0
1.0.x
features-maven-plugin-1.0.0

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.felix.karaf.tooling</groupId>
    <artifactId>features-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>