[ http://jira.codehaus.org/browse/XFIRE-227?page=comments#action_64010 ]
Andrew Perepelytsya commented on XFIRE-227: ------------------------------------------- I'm experiencing the same problem (missing xfire-parent), but now for xfire 1.1-beta-1. This really blocks us (Mule project) from upgrading in m2 build. m1 seems to be ok. > 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
