Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 65462 invoked from network); 13 Dec 2007 11:30:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 11:30:51 -0000 Received: (qmail 45778 invoked by uid 500); 13 Dec 2007 11:30:38 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 45723 invoked by uid 500); 13 Dec 2007 11:30:38 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 45714 invoked by uid 99); 13 Dec 2007 11:30:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 03:30:38 -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; Thu, 13 Dec 2007 11:30:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2BFEA1A9832; Thu, 13 Dec 2007 03:30:25 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r603888 - /commons/proper/commons-parent/trunk/pom.xml Date: Thu, 13 Dec 2007 11:30:24 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071213113026.2BFEA1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Thu Dec 13 03:30:18 2007 New Revision: 603888 URL: http://svn.apache.org/viewvc?rev=603888&view=rev Log: COMMONSSITE-21 - Configure the maven-release-plugin in the "rc" and "release" profiles with an "arguments" to specify the profile. This will (hopefully) resolve the issue of the deploy plugin not picking up the distribution management from the correct profile. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=603888&r1=603887&r2=603888&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Thu Dec 13 03:30:18 2007 @@ -154,6 +154,11 @@ maven-assembly-plugin 2.2-beta-1 + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-7 + @@ -297,6 +302,13 @@ + maven-release-plugin + + + -Prelease + + + maven-javadoc-plugin @@ -373,6 +385,13 @@ + + + maven-release-plugin + + + -Prc + maven-javadoc-plugin