[ http://jira.codehaus.org/browse/MEV-272?page=comments#action_54681 ]
Carlos Sanchez commented on MEV-272: ------------------------------------ copied the jar, could you create a relocation? About surefire, the problem is in the repocleaner, this pom is converted from m1 > Groovy 1.0-jsr-04 not uploaded correctly > ---------------------------------------- > > Key: MEV-272 > URL: http://jira.codehaus.org/browse/MEV-272 > Project: Maven Evangelism > Type: Bug > Reporter: Dominik Roblek > Assignee: Carlos Sanchez > > > The groovy is declared in POM as: > <groupId>groovy</groupId> > <artifactId>groovy</artifactId> > <version>1.0-jsr-04</version> > but stored in http://www.ibiblio.org/maven2/ repository as: > <groupId>groovy</groupId> > <artifactId>groovy-1.0-jsr</artifactId> > <version>04</version> > Besides the POM has an invalid dependency: > <groupId>cglib</groupId> > <artifactId>cglib</artifactId> > <version>nodep-2.1</version> > The correctly defined dependency would be: > <groupId>cglib</groupId> > <artifactId>cglib-nodep</artifactId> > <version>2.1</version> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
