Author: sebb
Date: Wed Mar 17 17:18:20 2010
New Revision: 924373
URL: http://svn.apache.org/viewvc?rev=924373&view=rev
Log:
maven => mvn
Modified:
commons/proper/daemon/trunk/README
Modified: commons/proper/daemon/trunk/README
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/README?rev=924373&r1=924372&r2=924373&view=diff
==============================================================================
--- commons/proper/daemon/trunk/README (original)
+++ commons/proper/daemon/trunk/README Wed Mar 17 17:18:20 2010
@@ -25,10 +25,8 @@ To build the native part:
[Note: the directory in SVN is currently called src/native/nt, not
src/native/windows]
To build the documentation: (See http://commons.apache.org/building.html).
-maven site:generate
+mvn site:generate
(Do not forget to get ../commons-build: (cd ..; svn co
http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/
commons-build))
To deploy the documentation to the apache site:
-maven -Dmaven.username=${user.name} site:deploy
-(Check <siteAddress/> in project.xml).
-
+mvn -Dmaven.username=${user.name} site:deploy