From continuum-commits-return-94-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Tue Apr 26 15:08:45 2005 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 46532 invoked from network); 26 Apr 2005 15:08:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2005 15:08:45 -0000 Received: (qmail 93529 invoked by uid 500); 26 Apr 2005 15:09:27 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 93489 invoked by uid 500); 26 Apr 2005 15:09:26 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 93468 invoked by uid 99); 26 Apr 2005 15:09:26 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 26 Apr 2005 08:09:26 -0700 Received: (qmail 46509 invoked by uid 65534); 26 Apr 2005 15:08:43 -0000 Message-ID: <20050426150843.46508.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r164799 - /maven/continuum/trunk/continuum-site/src/site/xdoc/getting-started.xml Date: Tue, 26 Apr 2005 15:08:42 -0000 To: continuum-commits@maven.apache.org From: jvanzyl@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jvanzyl Date: Tue Apr 26 08:08:41 2005 New Revision: 164799 URL: http://svn.apache.org/viewcvs?rev=3D164799&view=3Drev Log: note about scm urls Modified: maven/continuum/trunk/continuum-site/src/site/xdoc/getting-started.xml Modified: maven/continuum/trunk/continuum-site/src/site/xdoc/getting-starte= d=2Exml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src= /site/xdoc/getting-started.xml?rev=3D164799&r1=3D164798&r2=3D164799&view=3D= diff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-site/src/site/xdoc/getting-started.xml = (original) +++ maven/continuum/trunk/continuum-site/src/site/xdoc/getting-started.xml = Tue Apr 26 08:08:41 2005 @@ -42,14 +42,22 @@

- When adding Ant projects you have to specify the project's name,= scm url, nag email address, version and - the targets to execute. + When adding Ant projects you have to specify the project's name,= SCM URL, nag email address, version and + the targets to execute. =20

+

+ NOTE: The SCM URL is a Maven SCM convention. Here's an example of + what an SCM URL looks like: scm:svn:http://svn.apache.org/= repos/asf/maven/continuum/trunk +

=20

- When adding shell projects you have to specify the project's nam= e, scm url, nag email address, version and + When adding shell projects you have to specify the project's nam= e, SCM URL, nag email address, version and the shell script to execute. The working directory of the projec= t will be prepended to the scripts path. +

+

+ NOTE: The SCM URL is a Maven SCM convention. Here's an example of + what an SCM URL looks like: scm:svn:http://svn.apache.org/= repos/asf/maven/continuum/trunk