MVN

org.apache.felix : maven-obr-plugin

Maven & Gradle

Feb 14, 2008
1 usages

OBR Maven Plugin · Provides a maven plugin that supports the automatic creation and update of an OSGi Bundle Repository compliant with OSGi RFC 0112.

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

Latest Version

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

  • Latest Stable: 1.2.0

All Versions

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

Version Vulnerabilities Updated
1.2.x
maven-obr-plugin-1.2.0
1.0.x
maven-obr-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</groupId>
    <artifactId>maven-obr-plugin</artifactId>
    <version>1.2.0</version>
</plugin>