2003-01-24 03:44:26 +00:00

46 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>XDoc 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="xdoc" />
<tr>
<td>xdoc</td>
<td>
The default goal. This goal simply executes the
<a href="#xdoc:generate-from-pom">xdoc:generate-from-pom</a>
and <a href="#xdoc:transform">xdoc:transform</a> goals
</td>
</tr>
<a name="xdoc:generate-from-pom" />
<tr>
<td>xdoc:generate-from-pom</td>
<td>
Generate a set of reports from your <code>project.xml</code> file.
This includes the dependency, mailing list, project info, project
reports and team list pages
</td>
</tr>
<a name="init-dvsl-tag" />
<tr>
<td>init-dvsl-tag</td>
<td>
This goal defines the <code>DVSL</code> tag library for generating
documentation. A single tag <code>dvsl:dvsl</code> is defined.
</td>
</tr>
</table>
</section>
</body>
</document>