git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113283 13f79535-47bb-0310-9956-ffa450edef68
29 lines
655 B
XML
29 lines
655 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>JDEE Plugin Goals</title>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>jdee</name>
|
|
<description>
|
|
The default goal. This goal simply executes the
|
|
<a href="#jdee:generate-project">jdee:generate-project</a> goal
|
|
</description>
|
|
</goal>
|
|
|
|
<goal>
|
|
<name>jdee:generate-project</name>
|
|
<description>
|
|
Generate project file.
|
|
</description>
|
|
</goal>
|
|
|
|
</goals>
|
|
</body>
|
|
</document>
|