MVN

org.ow2.easybeans : maven-easybeans-osgi

Maven & Gradle

Dec 26, 2013

EasyBeans: Plugin :: OSGi Plugin

<plugin>
    <groupId>org.ow2.easybeans</groupId>
    <artifactId>maven-easybeans-osgi</artifactId>
    <version>3.0.0-M1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.easybeans : maven-easybeans-osgi to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0-M1
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of org.ow2.easybeans : maven-easybeans-osgi to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
maven-easybeans-osgi-3.0.0-M1
2.0.x
maven-easybeans-osgi-2.0.0
maven-easybeans-osgi-2.0.0-RC1
maven-easybeans-osgi-2.0.0-M2
maven-easybeans-osgi-2.0.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.ow2.easybeans</groupId>
    <artifactId>maven-easybeans-osgi</artifactId>
    <version>3.0.0-M1</version>
</plugin>