You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/05/20 18:55:33 UTC

svn commit: r539892 - /maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt

Author: carlos
Date: Sun May 20 09:55:32 2007
New Revision: 539892

URL: http://svn.apache.org/viewvc?view=rev&rev=539892
Log:
maven-cli no longer exists, point to the embedder

Modified:
    maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt

Modified: maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt?view=diff&rev=539892&r1=539891&r2=539892
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt Sun May 20 09:55:32 2007
@@ -148,16 +148,9 @@
 mvn install
 ----
 
-  This will build, test and install all libraries in the local repository. Next,
-  if you want to produce the binary distribution:
-
-----
-cd maven-cli
-mvn assembly:assembly
-----
-
-  The assemblies will be created in <<<target>>> and can be unzipped to the
-  location where you'd like Maven installed.
+  This will build, test and install all libraries in the local repository and
+  produce the binary distribution under <<<maven-embedder/target/maven-2.1-SNAPSHOT-bin.*>>>
+  that can be unzipped to the location where you'd like Maven installed.
 
 
 * Building Maven 2.1 without Maven installed