MVN

com.diamondq.maven : osgi-target-maven-plugin

Maven & Gradle

Jul 07, 2020
0 stars

osgi-target-maven-plugin Maven Plugin · Generates an Eclipse .target file based on dependencies. Useful when building/debugging in Eclipse, but using a POM-first model without the complexity of Tycho.

<plugin>
    <groupId>com.diamondq.maven</groupId>
    <artifactId>osgi-target-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.diamondq.maven : osgi-target-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.diamondq.maven : osgi-target-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
osgi-target-maven-plugin-1.0.3
osgi-target-maven-plugin-1.0.2
osgi-target-maven-plugin-1.0.1
1.0
osgi-target-maven-plugin-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>com.diamondq.maven</groupId>
    <artifactId>osgi-target-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>