Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 1.2.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I have a dependency in my maven project to xfire-all version 1.2.6
wenn i run "mvn compile", the build aborts with the message:
Project ID: null:xfire-all:jar:1.2.6
Reason: Cannot find parent: org.codehaus.xfire:xfire-parent for project:
null:xfire-all:jar:1.2.6 for project null:xfire-all:jar:1.2.6
I think the problem is the repository url in:
http://repository.codehaus.org/org/codehaus/xfire/xfire-all/1.2.6/xfire-all-1.2.6.pom
Because the repository https://maven-repository.dev.java.net/nonav/repository not exist
and Maven try to download the xfire-parent form this repository.
This problem affects older versions, too, we're experiencing it with 1.2.2
Should be easy to fix for the maintainers - please fix!