> > > 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.