MVN

org.coosproject.build-tools.org.ops4j : maven-pax-plugin

Maven & Gradle

May 03, 2011

OPS4J - Pax Mojos: OSGi project helpers · A plugin to help create, manage and provision OSGi projects

<plugin>
    <groupId>org.coosproject.build-tools.org.ops4j</groupId>
    <artifactId>maven-pax-plugin</artifactId>
    <version>1.5-coos3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.coosproject.build-tools.org.ops4j : maven-pax-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5-coos3

All Versions

Choose a version of org.coosproject.build-tools.org.ops4j : maven-pax-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
maven-pax-plugin-1.5-coos3
maven-pax-plugin-1.5-coos2
maven-pax-plugin-1.5-coos1
maven-pax-plugin-1.5-coos0

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.coosproject.build-tools.org.ops4j</groupId>
    <artifactId>maven-pax-plugin</artifactId>
    <version>1.5-coos3</version>
</plugin>