MVN

org.apache.geronimo.buildsupport : geronimo-osgi-plugin

Maven & Gradle

May 23, 2013

Geronimo Build Support :: OSGi Plugin

<plugin>
    <groupId>org.apache.geronimo.buildsupport</groupId>
    <artifactId>geronimo-osgi-plugin</artifactId>
    <version>3.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.buildsupport : geronimo-osgi-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1
  • Latest Beta: 3.0-beta-1

All Versions

Choose a version of org.apache.geronimo.buildsupport : geronimo-osgi-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
geronimo-osgi-plugin-3.0.1
geronimo-osgi-plugin-3.0.0
3.0
geronimo-osgi-plugin-3.0-beta-1
geronimo-osgi-plugin-3.0-M1

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.geronimo.buildsupport</groupId>
    <artifactId>geronimo-osgi-plugin</artifactId>
    <version>3.0.1</version>
</plugin>