MVN

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

Maven & Gradle

Jan 21, 2016
2 usages

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

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

Latest Version

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

  • Latest Stable: 2.4.4

All Versions

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

Version Vulnerabilities Updated
2.4.x
features-maven-plugin-2.4.4
features-maven-plugin-2.4.3
features-maven-plugin-2.4.2
features-maven-plugin-2.4.1
features-maven-plugin-2.4.0
2.3.x
features-maven-plugin-2.3.12
features-maven-plugin-2.3.11
features-maven-plugin-2.3.10
features-maven-plugin-2.3.9
features-maven-plugin-2.3.8
features-maven-plugin-2.3.7
features-maven-plugin-2.3.6
features-maven-plugin-2.3.5
features-maven-plugin-2.3.4
features-maven-plugin-2.3.3
features-maven-plugin-2.3.2
features-maven-plugin-2.3.1
features-maven-plugin-2.3.0
2.2.x
features-maven-plugin-2.2.11
features-maven-plugin-2.2.10
features-maven-plugin-2.2.9
features-maven-plugin-2.2.8
features-maven-plugin-2.2.7
features-maven-plugin-2.2.6
features-maven-plugin-2.2.5
features-maven-plugin-2.2.4
features-maven-plugin-2.2.3
features-maven-plugin-2.2.2
features-maven-plugin-2.2.1
features-maven-plugin-2.2.0
2.1.x
features-maven-plugin-2.1.6
features-maven-plugin-2.1.5
features-maven-plugin-2.1.4
features-maven-plugin-2.1.3
features-maven-plugin-2.1.2
features-maven-plugin-2.1.1
features-maven-plugin-2.1.0
2.0.x
features-maven-plugin-2.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.karaf.tooling</groupId>
    <artifactId>features-maven-plugin</artifactId>
    <version>2.4.4</version>
</plugin>