Hi Vincent, This page indicates that the artifactId should be "the name of the jar without version." http://maven.apache.org/guides/mini/guide-naming-conventions.html
Also, I've checked the Ibiblio repository and found many variants for naming: http://www.ibiblio.org/maven/ I think I would prefer to stick the current IDs based on JAR names, unless this is plain wrong or very annoying for users. Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Vincent > Envoyé : mercredi 17 janvier 2007 00:46 > À : [email protected] > Objet : Re: Maven support added > > > > > > > > > I've just updated the current.zip with changes to the POM > artifact ID. They > > now closely match the JAR names as recommended here: > > http://maven.apache.org/guides/mini/guide-naming-conventions.html > > > > Thanks Jerome, it'll help a lot. > > One comment: > > com.noelios.restlet.pom contains the following definition: > > <groupId>com.noelios.restlet</groupId> > <artifactId>com.noelios.restlet</artifactId> > <version>1.0rc3</version> > > I believe the artifact id should be 'restlet-impl', not > 'com.noelios.restlet. > > -Vincent. >

