You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/03/10 11:02:21 UTC

svn commit: r516673 - /cocoon/trunk/README.txt

Author: reinhard
Date: Sat Mar 10 02:02:19 2007
New Revision: 516673

URL: http://svn.apache.org/viewvc?view=rev&rev=516673
Log:
corrections

Modified:
    cocoon/trunk/README.txt

Modified: cocoon/trunk/README.txt
URL: http://svn.apache.org/viewvc/cocoon/trunk/README.txt?view=diff&rev=516673&r1=516672&r2=516673
==============================================================================
--- cocoon/trunk/README.txt (original)
+++ cocoon/trunk/README.txt Sat Mar 10 02:02:19 2007
@@ -38,7 +38,7 @@
 
 To build Cocoon, use the following command:
 
-  $ mvn -Dmaven.test.skip=true -Dallblocks install
+  $ mvn -Dmaven.test.skip=true -P allblocks install
 
 In case of any failures, repeat command as necessary till you see
 the message:
@@ -54,7 +54,7 @@
 
 from /trunk, run
 
-  $ mvn -Dallblocks eclipse:clean eclipse:eclipse
+  $ mvn -P allblocks eclipse:clean eclipse:eclipse
 
 Next go to eclipse, and make sure you haven't got trunk mounted as a
 project already.  Also remove .classpath and .project files possibly
@@ -82,7 +82,7 @@
 Checkout complete trunk and build it. If clean rebuild is desired,
 use command:
 
-  $ mvn -Dallblocks clean install
+  $ mvn -P allblocks clean install
 
 Call this until you get "BUILD SUCCESSFUL" - sometimes downloads from maven
 repositories are temporarily unaccessible and cause the build to fail.