MVN

org.apache.felix : maven-ipojo-plugin

Maven & Gradle

Dec 16, 2014

Apache Felix iPOJO Maven Plugin · Maven Plugin to package iPOJO-powered bundles.

<plugin>
    <groupId>org.apache.felix</groupId>
    <artifactId>maven-ipojo-plugin</artifactId>
    <version>1.12.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.12.1

All Versions

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

Version Vulnerabilities Updated
1.12.x
maven-ipojo-plugin-1.12.1
maven-ipojo-plugin-1.12.0
1.11.x
maven-ipojo-plugin-1.11.2
maven-ipojo-plugin-1.11.1
maven-ipojo-plugin-1.11.0
1.10.x
maven-ipojo-plugin-1.10.1
maven-ipojo-plugin-1.10.0
1.8.x
maven-ipojo-plugin-1.8.6
maven-ipojo-plugin-1.8.4
maven-ipojo-plugin-1.8.2
maven-ipojo-plugin-1.8.0
1.6.x
maven-ipojo-plugin-1.6.0
1.4.x
maven-ipojo-plugin-1.4.2
maven-ipojo-plugin-1.4.0
1.2.x
maven-ipojo-plugin-1.2.0
1.0.x
maven-ipojo-plugin-1.0.0
0.8.x
maven-ipojo-plugin-0.8.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</groupId>
    <artifactId>maven-ipojo-plugin</artifactId>
    <version>1.12.1</version>
</plugin>