Return-Path: Delivered-To: apmail-maven-scm-commits-archive@www.apache.org Received: (qmail 85221 invoked from network); 9 May 2008 11:35:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 11:35:20 -0000 Received: (qmail 39610 invoked by uid 500); 9 May 2008 11:35:22 -0000 Delivered-To: apmail-maven-scm-commits-archive@maven.apache.org Received: (qmail 39553 invoked by uid 500); 9 May 2008 11:35:22 -0000 Mailing-List: contact scm-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: scm-dev@maven.apache.org Delivered-To: mailing list scm-commits@maven.apache.org Received: (qmail 39540 invoked by uid 99); 9 May 2008 11:35:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 04:35:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 11:34:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E82E723889C4; Fri, 9 May 2008 04:34:57 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r654770 - /maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt Date: Fri, 09 May 2008 11:34:57 -0000 To: scm-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080509113457.E82E723889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Fri May 9 04:34:57 2008 New Revision: 654770 URL: http://svn.apache.org/viewvc?rev=654770&view=rev Log: [SCM-348] Add bootstrap-mojo link Modified: maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt Modified: maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt?rev=654770&r1=654769&r2=654770&view=diff ============================================================================== --- maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt (original) +++ maven/scm/trunk/maven-scm-plugin/src/site/apt/index.apt Fri May 9 04:34:57 2008 @@ -15,7 +15,9 @@ * {{{add-mojo.html}scm:add}} - command to add file - * {{{changelog-mojo.html}scm:changelog}} - command to show the source code revisions + * {{{bootstrap-mojo.html}scm:bootstrap}} - command to checkout and build a project + + * {{{changelog-mojo.html}scm:changelog}} - command to show the source code revisions * {{{checkin-mojo.html}scm:checkin}} - command for commiting changes