Jean-Baptiste, I don't we should delete the Apache snapshots repo as a plugin repository. We regularly use SNAPSHOT plugin versions (jbi-maven-plugin, features-maven-plugin) so we want to keep that one around. Perhaps we should add the correct definitions for this repository to be only used for snapshots?
Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On 9 August 2010 13:22, <jbono...@apache.org> wrote: > Author: jbonofre > Date: Mon Aug 9 11:22:40 2010 > New Revision: 983589 > > URL: http://svn.apache.org/viewvc?rev=983589&view=rev > Log: > Cleanup maven repo. > > Modified: > servicemix/servicemix-pom/trunk/pom.xml > > Modified: servicemix/servicemix-pom/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/servicemix/servicemix-pom/trunk/pom.xml?rev=983589&r1=983588&r2=983589&view=diff > ============================================================================== > --- servicemix/servicemix-pom/trunk/pom.xml (original) > +++ servicemix/servicemix-pom/trunk/pom.xml Mon Aug 9 11:22:40 2010 > @@ -187,21 +187,6 @@ > > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/servicemix-pom/trunk</developerConnection> > > <url>http://svn.apache.org/viewcvs.cgi/servicemix/servicemix-pom/trunk</url> > </scm> > - > - <repositories> > - <repository> > - <id>codehaus</id> > - <name>Codehaus Maven Repository</name> > - <url>http://repository.codehaus.org</url> > - </repository> > - </repositories> > - <pluginRepositories> > - <pluginRepository> > - <id>apache.snapshots</id> > - <name>Apache Snapshots Maven Repository</name> > - <url>http://repository.apache.org/snapshots</url> > - </pluginRepository> > - </pluginRepositories> > > <build> > <pluginManagement> > > >