Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 80933 invoked from network); 31 Dec 2007 12:15:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2007 12:15:25 -0000 Received: (qmail 95310 invoked by uid 500); 31 Dec 2007 12:15:09 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 95258 invoked by uid 500); 31 Dec 2007 12:15:09 -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 95245 invoked by uid 99); 31 Dec 2007 12:15:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2007 04:15:09 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 31 Dec 2007 12:15:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 962D91A9838; Mon, 31 Dec 2007 04:14:57 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r607730 - /maven/site/trunk/src/site/apt/guides/development/guide-testing-releases.apt Date: Mon, 31 Dec 2007 12:14:57 -0000 To: commits@maven.apache.org From: dennisl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071231121457.962D91A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dennisl Date: Mon Dec 31 04:14:56 2007 New Revision: 607730 URL: http://svn.apache.org/viewvc?rev=607730&view=rev Log: o Change the wording a bit. Modified: maven/site/trunk/src/site/apt/guides/development/guide-testing-releases.apt Modified: maven/site/trunk/src/site/apt/guides/development/guide-testing-releases.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-testing-releases.apt?rev=607730&r1=607729&r2=607730&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/guides/development/guide-testing-releases.apt (original) +++ maven/site/trunk/src/site/apt/guides/development/guide-testing-releases.apt Mon Dec 31 04:14:56 2007 @@ -10,13 +10,14 @@ As part of the release process, the artifacts are staged in a temporary repository for testing and evaluation before voting. Such repositories are not available by - default, so to test the project must be configured appropriately. + default, so to use them your project must be configured appropriately. The steps are as follows: * add the repository or plugin repository to your POM (see below) - * ensure you are using the released version of the artifacts in your project (e.g. by setting the \ in the \ tag) + * ensure you are using the version being released of the artifacts in your project, + e.g. by setting the <<<\>>> in the <<<\>>> tag. * test the release @@ -81,7 +82,7 @@ <<>>. The advantage of this approach is that you can usually remove your entire local repository afterwards and after removing the staged repository - from your POM or settings the artifacts will no longer be used. + from your POM the artifacts will no longer be used. If you are using the repository mirroring technique to lock down to the repository manager in your environment, you would add an additional mirror to correspond to the additional repository in the POM, such as: