MVN

org.everit.osgi.dev : eosgi-maven-plugin

Maven & Gradle

Dec 11, 2017
4 stars

Everit - Maven OSGi plugin · A Maven plugin that runs Integration Tests inside OSGi containers and collects OSGi Bundle dependencies to be able to use them inside any IDE.

<plugin>
    <groupId>org.everit.osgi.dev</groupId>
    <artifactId>eosgi-maven-plugin</artifactId>
    <version>4.1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.everit.osgi.dev : eosgi-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.1.3

All Versions

Choose a version of org.everit.osgi.dev : eosgi-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.1.x
eosgi-maven-plugin-4.1.3
eosgi-maven-plugin-4.1.2
eosgi-maven-plugin-4.1.1
eosgi-maven-plugin-4.1.0
4.0.x
eosgi-maven-plugin-4.0.5
eosgi-maven-plugin-4.0.4
eosgi-maven-plugin-4.0.3
eosgi-maven-plugin-4.0.2
eosgi-maven-plugin-4.0.1
eosgi-maven-plugin-4.0.0
3.3.x
eosgi-maven-plugin-3.3.3
eosgi-maven-plugin-3.3.1
eosgi-maven-plugin-3.3.0
3.2.x
eosgi-maven-plugin-3.2.1
eosgi-maven-plugin-3.2.0
3.1.x
eosgi-maven-plugin-3.1.0
3.0.x
eosgi-maven-plugin-3.0.0
2.0.x
eosgi-maven-plugin-2.0.5
eosgi-maven-plugin-2.0.4
eosgi-maven-plugin-2.0.3
eosgi-maven-plugin-2.0.2
eosgi-maven-plugin-2.0.1
eosgi-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.everit.osgi.dev</groupId>
    <artifactId>eosgi-maven-plugin</artifactId>
    <version>4.1.3</version>
</plugin>