Goals available for this plugin:

Goal Description
pde-target:add-pom-dependencies Goal which generates Eclipse Target Definition file (*.target) from a given base target definition and project's Maven dependencies.

The Maven dependencies are added as explicit directories in local Maven repository to the target definition.

Note that the goal extends Maven Dependency Plugin configuration and thus provides some extra configuration options not directly applicable to it.

System Requirements

The following specifies the minimum requirements to run this Maven plugin:

Maven 2.0.9
JDK 1.6
Memory No minimum requirement.
Disk Space No minimum requirement.

Usage

You should specify the version in your project's plugin configuration:

<project>
  ...
  <build>
    <!-- To define the plugin version in your parent POM -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>lt.velykis.maven</groupId>
          <artifactId>pde-target-maven-plugin</artifactId>
          <version>1.0.1</version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- To use the plugin goals in your POM or parent POM -->
    <plugins>
      <plugin>
        <groupId>lt.velykis.maven</groupId>
        <artifactId>pde-target-maven-plugin</artifactId>
        <version>1.0.1</version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>

For more information, see "Guide to Configuring Plug-ins"

Back to top

Version: 1.0.1. Last Published: 2013-03-05.

Reflow Maven skin by Andrius Velykis.