[ http://jira.codehaus.org/browse/XFIRE-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=209044#action_209044 ]
Derrick Goodyear commented on XFIRE-1149: ----------------------------------------- This still seems to be an issue. The repository should be removed from the pom file, because it tries to download it from there first. The manual work around is to download it manually from the maven central and manually install it in your local repository. This becomes a huge pain when dealing with continuous integration tools such as Hudson or CC as developers usually do not have the same permissions as the user who starts the continuous integration servers. > CLONE -Maven 2 build usuable because of broken java.net repository > ------------------------------------------------------------------ > > Key: XFIRE-1149 > URL: http://jira.codehaus.org/browse/XFIRE-1149 > Project: XFire > Issue Type: Bug > Affects Versions: 1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4 > Reporter: Derrick Goodyear > Assignee: Tomasz Sztelak > > I'm using the xfire-all bundle in the global Maven repository : > http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/xfire/xfire-all/1.2.4/ > However, inside its pom, this bundle links to the java.net Maven repository : > <url>https://maven-repository.dev.java.net/nonav/repository</url> > Which makes Maven 2 try to download some dependencies from this java.net > repository : > [INFO] Error building POM (may not be this project's POM). > Project ID: null:xfire-all:jar:1.2.4 > Reason: Cannot find parent: org.codehaus.xfire:xfire-parent for project: > null:xfire-all:jar:1.2.4 > This fails as the org.codehaus.xfire bundles do not exist anymore on the > java.net repository. > Please remove this link to the java.net repository, so that Maven uses the > global repository (as normal), where all JARs exists. -- 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