git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112796 13f79535-47bb-0310-9956-ffa450edef68
38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Jdeveloper Plugin Goals</title>
|
|
<author email="toby-wan-kenoib@web.de">Tobias Rademacher</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>jdeveloper</name>
|
|
<description>
|
|
The default goal. This goal simply executes the
|
|
<a href="#jdeveloper:generate-project">jdeveloper:generate-project</a> goal
|
|
</description>
|
|
</goal>
|
|
|
|
<goal>
|
|
<name>jdeveloper:generate-project</name>
|
|
<description>
|
|
Generates a <code>.jpr</code> file for JDevelopr describing
|
|
the project and adding the dependencies.
|
|
<ol>
|
|
<li>the build source directory</li>
|
|
<li>the build unit test source directory</li>
|
|
<li>each Maven project <code>dependency</code></li>
|
|
<li>an output directory for compiled code:
|
|
<code>target\jdeveloper-classes</code>
|
|
</li>
|
|
</ol>
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
|
|
</body>
|
|
</document>
|