Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-M5
-
Fix Version/s: 1.1
-
Component/s: Annotations
-
Labels:None
-
Environment:All
Description
I'm willing to use XFire Annotations with Maven 2, and the global Maven 2 repository :
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-annotations</artifactId>
<version>1.0-M5</version>
<scope>compile</scope>
</dependency>
This unfortunately fails because its depends on xfire-parent, which has no pom defined in the global Maven repository :
Downloading: http://repo1.maven.org/maven2/org/codehaus/xfire/xfire-parent/1.0-M5/xfire-parent-1.0-M5.pom
[WARNING] Unable to get resource from repository maven2 (http://repo1.maven.org/maven2)
I know there is also a distribution available on http://dist.codehaus.org, but it's not using the standard package names (xfire instead of org.codehaus.xfire), and I don't want another repository in my build.
I can help you create it / test it if you want to.
Sorry, I didn't see the xfire/ repository on the global Maven repository.
In that case, my bug is different :
1- you should use the standard Maven 2 names (org.codehaus.xfire)
2- if you do not use the standard names, please clean up this org.codehaus.xfire repository, as it's error-prone.