git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
36 lines
851 B
XML
36 lines
851 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>JavaDoc Plugin Goals</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Goals">
|
|
<table>
|
|
<tr><th>Goal</th><th>Description</th></tr>
|
|
|
|
<a name="javadoc" />
|
|
<tr>
|
|
<td>javadoc</td>
|
|
<td>
|
|
The default goal. This goal simply executes the
|
|
<a href="#javadoc:generate">javadoc:generate</a> goal
|
|
</td>
|
|
</tr>
|
|
|
|
<a name="javadoc:generate" />
|
|
<tr>
|
|
<td>javadoc:generate</td>
|
|
<td>
|
|
Generates documentation using Java's built-in
|
|
<a href="http://java.sun.com/j2se/javadoc/">Javadoc</a> tool
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document>
|