jboss-fuse/fuse

Fuse build fails

Closed this issue · 5 comments

I'm just trying to build Fuse. The build fails while trying to download com/fasterxml/jackson/core/jackson-core/${jackson2-version}/jackson-core-${jackson2-version}.pom

That version comes from the fabric8 BOM pom. I just updated the fabric8 version to 1.2.0-SNAPSHOT so that should pick it up.

Yes, thanks for the update. I have seen something is different between fabric8 bom and fuse. The change to 1.2.0-SNAPSHOT has solved the problem with missing variable.

But there is other problem. Pax URL 2.1.0 ha no artifact pax-url-mvn anymore. It still exists in <dependencyManagement> and the build fails with following error

[ERROR] Failed to execute goal on project jboss-a-mq: Could not resolve dependencies for project org.jboss.amq:jboss-a-mq:jar:6.2.0.redhat-SNAPSHOT: Failure to find org.ops4j.pax.url:pax-url-mvn:jar:2.1.0 in http://svn.apache.org/repos/asf/servicemix/m2-repo was cached in the local repository, resolution will not be reattempted until the update interval of servicemix.m2-repo has elapsed or updates are forced -> [Help 1]

Removing pax-url-mvn from <dependencyManagement> lets go further with the build. I don't know if some other changes should be performed for Pax URL upgrade (there were introduced some bundles with classifier uber) but the build goes further

I have opened a pull request #12 which removes the pax-url-mvn from <dependencyManagement> and corrects the fabric.version variable

Fixed by a49c48c