[ http://jira.codehaus.org/browse/MCLIRR-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139688#action_139688 ]
Jonathan Ramsey commented on MCLIRR-13: --------------------------------------- If you're hitting this problem, a workaround is to specify a version for your clirr-maven-plugin entry. Change from this: {code:xml} <reporting> <plugins> ... <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> </plugin> ... </plugins> </reporting> {code} to this: {code:xml} <reporting> <plugins> ... <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.2</version> </plugin> ... </plugins> </reporting> {code} > re-deploy version-2.2.1 to maven2 repository. > --------------------------------------------- > > Key: MCLIRR-13 > URL: http://jira.codehaus.org/browse/MCLIRR-13 > Project: Maven 2.x Clirr Plugin > Issue Type: Wish > Reporter: Akifumi Nagai > Assignee: John Casey > Priority: Blocker > > something wrong with the codehause's maven2 repository. > http://repository.codehaus.org/org/codehaus/mojo/clirr-maven-plugin/2.2.1/org/codehaus/mojo/clirr-maven-plugin/2.2.1/* > http://repository.codehaus.org/org/codehaus/mojo/clirr-maven-plugin/2.2.1/* > I cannot download the latest version "2.2.1". -- 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 from this list, please visit: http://xircles.codehaus.org/manage_email