Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 55090 invoked from network); 10 Oct 2005 20:02:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 20:02:57 -0000 Received: (qmail 10277 invoked by uid 500); 10 Oct 2005 20:02:56 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 10258 invoked by uid 500); 10 Oct 2005 20:02:56 -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 10247 invoked by uid 99); 10 Oct 2005 20:02:56 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Oct 2005 13:02:56 -0700 Received: (qmail 55019 invoked by uid 65534); 10 Oct 2005 20:02:36 -0000 Message-ID: <20051010200236.55018.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312727 - in /maven/continuum/trunk: continuum-core-it/pom.xml continuum-plexus-application/pom.xml pom.xml Date: Mon, 10 Oct 2005 20:02:35 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Mon Oct 10 13:02:31 2005 New Revision: 312727 URL: http://svn.apache.org/viewcvs?rev=312727&view=rev Log: Add exclusion for old plexus-container-default Modified: maven/continuum/trunk/continuum-core-it/pom.xml maven/continuum/trunk/continuum-plexus-application/pom.xml maven/continuum/trunk/pom.xml Modified: maven/continuum/trunk/continuum-core-it/pom.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core-it/pom.xml?rev=312727&r1=312726&r2=312727&view=diff ============================================================================== --- maven/continuum/trunk/continuum-core-it/pom.xml (original) +++ maven/continuum/trunk/continuum-core-it/pom.xml Mon Oct 10 13:02:31 2005 @@ -40,4 +40,12 @@ plexus-log4j-logging + + + + org.codehaus.plexus + plexus-maven-plugin + + + Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=312727&r1=312726&r2=312727&view=diff ============================================================================== --- maven/continuum/trunk/continuum-plexus-application/pom.xml (original) +++ maven/continuum/trunk/continuum-plexus-application/pom.xml Mon Oct 10 13:02:31 2005 @@ -29,7 +29,6 @@ org.codehaus.plexus plexus-maven-plugin - 1.1-alpha-8-SNAPSHOT Modified: maven/continuum/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=312727&r1=312726&r2=312727&view=diff ============================================================================== --- maven/continuum/trunk/pom.xml (original) +++ maven/continuum/trunk/pom.xml Mon Oct 10 13:02:31 2005 @@ -104,6 +104,7 @@ org.codehaus.plexus plexus-maven-plugin + 1.1-alpha-8-SNAPSHOT true @@ -341,6 +342,12 @@ plexus plexus-log4j-logging 1.0 + + + plexus + plexus-container-default + + plexus