What follows is a diff of the clean plugin, for your approval.
Index: xdocs/goals.xml
===================================================================
RCS file: /home/cvspublic/maven/src/plugins-build/clean/xdocs/goals.xml,v
retrieving revision 1.1
diff -u -r1.1 goals.xml
--- xdocs/goals.xml 5 Apr 2003 08:03:17 -0000 1.1
+++ xdocs/goals.xml 2 Jun 2003 18:26:31 -0000
@@ -7,23 +7,25 @@
</properties>
<body>
- <section name="Goals">
- <table>
- <tr><th>Goal</th><th>Description</th></tr>
- <tr>
- <td>clean</td>
- <td>
- This goal is a shortcut to the <code>clean:clean</code> goal
- </td>
- </tr>
- <tr>
- <td>clean:clean</td>
- <td>
- Removes the <a href="properties.html">maven.build.dir</a> and
- <a href="properties.html">maven.test.reportsDirectory</a> directories
- </td>
- </tr>
- </table>
- </section>
- </body>
+ <goals>
+ <goal>
+ <name>clean</name>
+ <description>
+ This goal is a shortcut to the <code>clean:clean</code> goal.
+ </description>
+ </goal>
+ <goal>
+ <name>clean:clean</name>
+ <description>Removes the maven.build.dir and maven.test.reportsDirectory
directories.</description>
+ </goal>
+ <goal>
+ <name>clean:classes</name>
+ <description>Removes the maven.build.dest and maven.test.dest
directories.</description>
+ </goal>
+ <goal>
+ <name>clean:docs</name>
+ <description>Removes the maven.gen.docs and maven.docs.dest
directories.</description>
+ </goal>
+ </goals>
+ </body>
</document>
Index: xdocs/index.xml
===================================================================
RCS file: /home/cvspublic/maven/src/plugins-build/clean/xdocs/index.xml,v
retrieving revision 1.1
diff -u -r1.1 index.xml
--- xdocs/index.xml 5 Apr 2003 08:03:17 -0000 1.1
+++ xdocs/index.xml 2 Jun 2003 18:26:31 -0000
@@ -9,7 +9,7 @@
<body>
<section name="Clean Java Plug-in">
<p>
- This plug-in provides functionality for cleaning output directory.
+ This plug-in provides functionality for cleaning output directories.
</p>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]