You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2006/09/21 19:55:49 UTC

svn commit: r448653 - /incubator/graffito/trunk/site/xdocs/maven-goals.xml

Author: clombart
Date: Thu Sep 21 12:55:48 2006
New Revision: 448653

URL: http://svn.apache.org/viewvc?view=rev&rev=448653
Log:
Missing maven goal description (allDeployHead) 

Modified:
    incubator/graffito/trunk/site/xdocs/maven-goals.xml

Modified: incubator/graffito/trunk/site/xdocs/maven-goals.xml
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/site/xdocs/maven-goals.xml?view=diff&rev=448653&r1=448652&r2=448653
==============================================================================
--- incubator/graffito/trunk/site/xdocs/maven-goals.xml (original)
+++ incubator/graffito/trunk/site/xdocs/maven-goals.xml Thu Sep 21 12:55:48 2006
@@ -50,8 +50,13 @@
 				</tr>
 				<tr>
 					<td>allDeploy</td>
-					<td>Deploy all subprojects into a Jetspeed 2 portal</td>
+					<td>Deploy all subprojects into a Jetspeed 2 portal (lastest public version)</td>
 				</tr>
+				<tr>
+					<td>allDeployHead</td>
+					<td>Deploy all subprojects into a Jetspeed 2 portal (Head)</td>
+				</tr>
+				
 				<tr>
 					<td>allHtml</td>
 					<td>Build the complete Graffito site</td>