Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 30978 invoked from network); 20 May 2007 16:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2007 16:55:55 -0000 Received: (qmail 54789 invoked by uid 500); 20 May 2007 16:56:00 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 54723 invoked by uid 500); 20 May 2007 16:56:00 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 54710 invoked by uid 99); 20 May 2007 16:55:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2007 09:55:59 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2007 09:55:53 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 506D41A981A; Sun, 20 May 2007 09:55:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r539892 - /maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt Date: Sun, 20 May 2007 16:55:33 -0000 To: commits@maven.apache.org From: carlos@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070520165533.506D41A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 <<>> 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 <<>> + that can be unzipped to the location where you'd like Maven installed. * Building Maven 2.1 without Maven installed