Documentation updates

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@370750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-20 07:19:12 +00:00
parent 2ffbc1cade
commit 3ab75839f9
3 changed files with 12 additions and 43 deletions

View File

@ -30,9 +30,17 @@
<description>Generate HTML cross reference sources</description>
</goal>
<goal>
<name>jxr:generate</name>
<name>maven-jxr-plugin:report</name>
<description>Generate HTML cross reference sources</description>
</goal>
<goal>
<name>maven-jxr-plugin:register</name>
<description>Registers the JXR report with the xdoc plugin</description>
</goal>
<goal>
<name>maven-jxr-plugin:deregister</name>
<description>Deregisters the JXR report from the xdoc plugin</description>
</goal>
</goals>
</body>
</document>

View File

@ -29,6 +29,7 @@
<item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/>
<item name="Continuum" href="http://maven.apache.org/continuum/index.html"/>
<item name="Maven 2.0" href="http://maven.apache.org/"/>
<item name="JXR" href="http://maven.apache.org/jxr/"/>
</links>
<menu name="Overview">
<item href="/goals.html" name="Goals">

View File

@ -46,22 +46,6 @@
<code>${plugin.dir}/templates</code>.</p>
</td>
</tr>
<tr>
<td>maven.conf.dir</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${basedir}/conf</code>.</p>
</td>
</tr>
<tr>
<td>maven.gen.docs</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${maven.build.dir}/generated-xdocs</code>.</p>
</td>
</tr>
<tr>
<td>maven.jxr.stylesheet</td>
<td>Yes</td>
@ -70,30 +54,6 @@
<code>${plugin.dir}/stylesheet.css</code>.</p>
</td>
</tr>
<tr>
<td>maven.build.dest</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${maven.build.dir}/classes</code>.</p>
</td>
</tr>
<tr>
<td>maven.docs.src</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${basedir}/xdocs</code>.</p>
</td>
</tr>
<tr>
<td>maven.build.src</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${maven.build.dir}/src</code>.</p>
</td>
</tr>
<tr>
<td>maven.build.dir</td>
<td>Yes</td>
@ -127,11 +87,11 @@
</td>
</tr>
<tr>
<td>maven.src.dir</td>
<td>maven.jxr.destdir.test</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${basedir}/src</code>.</p>
<code>${maven.docs.dest}/xref-test</code>.</p>
</td>
</tr>
</table>