MVN

net.sourceforge.mvn-dp-plugin : osgi-deployment-maven-plugin

Maven & Gradle

Apr 01, 2008

OSGi Deployment Maven Plugin · Provides a maven plugin that supports creating an OSGi Deployment Package.

<plugin>
    <groupId>net.sourceforge.mvn-dp-plugin</groupId>
    <artifactId>osgi-deployment-maven-plugin</artifactId>
    <version>0.1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.mvn-dp-plugin : osgi-deployment-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of net.sourceforge.mvn-dp-plugin : osgi-deployment-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
osgi-deployment-maven-plugin-0.1.3
osgi-deployment-maven-plugin-0.1.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sourceforge.mvn-dp-plugin</groupId>
    <artifactId>osgi-deployment-maven-plugin</artifactId>
    <version>0.1.3</version>
</plugin>