[ http://jira.codehaus.org/browse/XFIRE-227?page=comments#action_64040 ]
Dan Diephouse commented on XFIRE-227:
-------------------------------------
The solution is to add the dist.codehaus.org repo to your build:
<repository>
<id>codehaus</id>
<name>codehaus</name>
<url>http://dist.codehaus.org</url>
<layout>legacy</layout>
</repository>
The m2 repo guys have some crazy rewrite rules that aren't working quite right,
hence our pom isn't showing up.
> xfire-parent pom missing in global Maven repository
> ---------------------------------------------------
>
> Key: XFIRE-227
> URL: http://jira.codehaus.org/browse/XFIRE-227
> Project: XFire
> Type: Bug
> Components: Annotations
> Versions: 1.0-M5
> Environment: All
> Reporter: Julien Dubois
> Assignee: Christoph Sturm
>
>
> 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.
--
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