MVN

lt.velykis.maven : pde-target-maven-plugin

Maven & Gradle

Mar 05, 2013
15 stars

Eclipse PDE Target Definition Maven Plugin · Maven plugin to generate Eclipse PDE target definitions using POM-first dependencies. Supplements functionality of Eclipse Tycho to use OSGI bundles from Maven repositories in Eclipse Plug-in Development Environment.

<plugin>
    <groupId>lt.velykis.maven</groupId>
    <artifactId>pde-target-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of lt.velykis.maven : pde-target-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of lt.velykis.maven : pde-target-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
pde-target-maven-plugin-1.0.1
pde-target-maven-plugin-1.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>lt.velykis.maven</groupId>
    <artifactId>pde-target-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>