Hi Bruno, Actually, looking at Sun's Maven repo, it appears that the artifact ID is "jsr311-api": http://download.java.net/maven/1/javax.ws.rs/poms/jsr311-api-0.7.pom
I suggest that we follow the same naming for the artifact that we store in our Maven repo: http://maven.restlet.org/javax/ws/rs/javax.ws.rs/0.9-SNAPSHOT Would that work for you? Best regards, Jerome -----Message d'origine----- De : Bruno Dumon [mailto:[EMAIL PROTECTED] De la part de Bruno Dumon Envoyé : mardi 6 mai 2008 16:29 À : [email protected] Objet : JAX-RS extension pom error Hi, I'm stumbling on another problem in the JAX-RS pom, namely that the artifactId does not correspond to the one in the JAX-RS pom: - <artifactId>jaxrs-api</artifactId> + <artifactId>javax.ws.rs</artifactId> Full patch in attachment. -- Bruno Dumon http://outerthought.org/ Outerthought http://www.daisycms.org/ [EMAIL PROTECTED] http://www.kauriproject.org/

