On Mar 27, 2010, at 3:18 PM, Hervé BOUTEMY wrote: > Hi, > > I'm working on Maven Archetype Plugin, helped by Raphael who explained me > lots > of things (thank you Raphael). > maven-archetype-plugin 2.0-beta-5 will use Central catalog as default instead > of internal. > But this catalog is actually empty [1]. > > Question: how to update it? > Run crawl Mojo against Central once a day, for example? >
No, there will be no scanning of Maven Central. The best thing is to use the Nexus index like we do in M2Eclipse. Everything required is in the index and you can just make a Nexus index source which is far more efficient. Scanning just kills the performance of the machine and there aren't many windows of time anymore where Central isn't heavily used. Scanning simply isn't required anyway with the index. > Regards, > > Hervé > > > [1] http://repo1.maven.org/maven2/archetype-catalog.xml > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl ----------------------------------------------------------
