You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/10/24 20:44:00 UTC

svn commit: r328127 - /portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/getting-started.apt

Author: ddewolf
Date: Mon Oct 24 11:43:57 2005
New Revision: 328127

URL: http://svn.apache.org/viewcvs?rev=328127&view=rev
Log:
updating references to m2 - change to mvn

Modified:
    portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/getting-started.apt

Modified: portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/getting-started.apt?rev=328127&r1=328126&r2=328127&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/getting-started.apt (original)
+++ portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/getting-started.apt Mon Oct 24 11:43:57 2005
@@ -17,12 +17,12 @@
 
 ---------------
 $> cd <PLUTO-1.1-HOME>
-$> m2 install
+$> mvn install
 $> cd ../pluto-util
-$> m2 pluto:install
+$> mvn pluto:install
 ---------------
 
-  The m2 install goal is a built in Maven2 lifecycle which
+  The mvn install goal is a built in Maven2 lifecycle which
   builds the project artifacts and installs them into the
   Maven repository.
   
@@ -36,7 +36,7 @@
 
 ---------------
 $> cd <PLUTO-1.1-HOME>
-$> m2 install
+$> mvn install
 ---------------
 
   Step 2: Copy the following to <TOMCAT_HOME>/shared/lib