MVN

org.ops4j.tools.maven : osgi-report-maven-plugin

Maven & Gradle

May 30, 2019
0 stars

OPS4J Tools : Maven : OSGi Manifest Summary · Maven plugin that collects all OSGi manifests from reactor build in readable format

<plugin>
    <groupId>org.ops4j.tools.maven</groupId>
    <artifactId>osgi-report-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.tools.maven : osgi-report-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of org.ops4j.tools.maven : osgi-report-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
osgi-report-maven-plugin-0.1.1
osgi-report-maven-plugin-0.1.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.ops4j.tools.maven</groupId>
    <artifactId>osgi-report-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>