From continuum-commits-return-3066-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Wed Mar 07 01:17:34 2007 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 89937 invoked from network); 7 Mar 2007 01:17:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 01:17:33 -0000 Received: (qmail 96189 invoked by uid 500); 7 Mar 2007 01:17:42 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 96165 invoked by uid 500); 7 Mar 2007 01:17:42 -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 96152 invoked by uid 99); 7 Mar 2007 01:17:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 17:17:42 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Tue, 06 Mar 2007 17:17:33 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 866CE1A9838; Tue, 6 Mar 2007 17:17:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r515406 - /maven/continuum/trunk/continuum-release/src/main/resources/META-INF/plexus/components.xml Date: Wed, 07 Mar 2007 01:17:12 -0000 To: continuum-commits@maven.apache.org From: handyande@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070307011712.866CE1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: handyande Date: Tue Mar 6 17:17:11 2007 New Revision: 515406 URL: http://svn.apache.org/viewvc?view=rev&rev=515406 Log: We need this component declaration for now, as the released components were on non-default role-hints, but the impl expects a default, so we provide it. This can be removed once continuum gets a 2.1-SNAP maven dep Modified: maven/continuum/trunk/continuum-release/src/main/resources/META-INF/plexus/components.xml Modified: maven/continuum/trunk/continuum-release/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-release/src/main/resources/META-INF/plexus/components.xml?view=diff&rev=515406&r1=515405&r2=515406 ============================================================================== --- maven/continuum/trunk/continuum-release/src/main/resources/META-INF/plexus/components.xml (original) +++ maven/continuum/trunk/continuum-release/src/main/resources/META-INF/plexus/components.xml Tue Mar 6 17:17:11 2007 @@ -314,6 +314,25 @@ + + + org.apache.maven.artifact.metadata.ArtifactMetadataSource + default + org.apache.maven.project.artifact.MavenMetadataSource + + + org.apache.maven.project.MavenProjectBuilder + + + org.apache.maven.artifact.factory.ArtifactFactory + + + org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager + + + +