dion 2002/11/20 07:17:43
Modified: src/plugins-build/deploy/xdocs navigation.xml
Added: src/plugins-build/deploy/xdocs goals.xml
Log:
More documentation
Revision Changes Path
1.2 +3 -2
jakarta-turbine-maven/src/plugins-build/deploy/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/plugins-build/deploy/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 9 Sep 2002 04:54:00 -0000 1.1
+++ navigation.xml 20 Nov 2002 15:17:43 -0000 1.2
@@ -5,10 +5,11 @@
<body>
<links>
- <item name="Maven"
href="http://jakarta.apache.org/turbine/maven/"/>
+ <item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
</links>
<menu name="Overview">
- <item name="Properties" href="/properties.html" />
+ <item name="Goals" href="/goals.html" />
+ <item name="Properties" href="/properties.html" />
</menu>
</body>
</project>
1.1 jakarta-turbine-maven/src/plugins-build/deploy/xdocs/goals.xml
Index: goals.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Deploy Goals</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
<section name="Goals">
<table>
<tr><th>Goal</th><th>Description</th></tr>
<tr>
<td>deploy:pom</td>
<td>
Deploy project.xml, a.k.a. the POM to the central repository.
</td>
</tr>
</table>
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>