Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 38677 invoked from network); 15 Mar 2007 22:42:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 22:42:37 -0000 Received: (qmail 47180 invoked by uid 500); 15 Mar 2007 22:42:45 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 47156 invoked by uid 500); 15 Mar 2007 22:42:44 -0000 Mailing-List: contact continuum-dev-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-dev@maven.apache.org Received: (qmail 47145 invoked by uid 99); 15 Mar 2007 22:42:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 15:42:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Mar 2007 15:42:32 -0700 Received: (qmail 6786 invoked from network); 15 Mar 2007 22:42:13 -0000 Received: from 90.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.90) by 0 with SMTP; 15 Mar 2007 22:42:13 -0000 Message-ID: <45F9CBB5.4060205@venisse.net> Date: Thu, 15 Mar 2007 23:41:57 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: continuum-dev@maven.apache.org Subject: Re: svn commit: r515406 - /maven/continuum/trunk/continuum-release/src/main/resources/META-INF/plexus/components.xml References: <20070307011712.866CE1A9838@eris.apache.org> In-Reply-To: <20070307011712.866CE1A9838@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Handy, I think this patch is wrong, we need to use this component with 'maven' role-hint because it's this component declared in maven-project. Emmanuel handyande@apache.org a écrit : > 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 +> > + > + > + > + > > > > > > > >