dion 2002/10/01 08:56:46
Modified: src/plugins-build/javadoc/xdocs navigation.xml index.xml
Added: src/plugins-build/javadoc/xdocs goals.xml
Log:
- Added goals document
Revision Changes Path
1.2 +1 -0
jakarta-turbine-maven/src/plugins-build/javadoc/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/plugins-build/javadoc/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 9 Sep 2002 05:19:15 -0000 1.1
+++ navigation.xml 1 Oct 2002 15:56:46 -0000 1.2
@@ -9,6 +9,7 @@
<item name="Javadoc" href="http://java.sun.com/j2se/javadoc/"/>
</links>
<menu name="Overview">
+ <item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
</menu>
</body>
1.2 +6 -1 jakarta-turbine-maven/src/plugins-build/javadoc/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/javadoc/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 4 Aug 2002 14:53:20 -0000 1.1
+++ index.xml 1 Oct 2002 15:56:46 -0000 1.2
@@ -9,7 +9,12 @@
<body>
<section name="Maven Javadoc Plug-in">
<p>
- This plug-in provides your basic Javadoc reporting.
+ This plug-in provides your basic Javadoc reporting via the
+ <code>javadoc</code> goal as described <a href="goals.html">here</a>.
+ </p>
+ <p>
+ The properties that allow you to customize the execution of
+ java are documented <a href="properties.html">here</a>.
</p>
</section>
</body>
1.1 jakarta-turbine-maven/src/plugins-build/javadoc/xdocs/goals.xml
Index: goals.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>JavaDoc Plugin Goals</title>
<author email="[EMAIL PROTECTED]">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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>