jboss-fuse/fuse

Missing insight-elasticsearch-log-storage:jar:6.2.0.redhat-SNAPSHOT

Closed this issue · 2 comments

I'm trying to build the current fuse version and I'm getting following error while building AMQ binary distribution

[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: The following artifacts could not be resolved: io.fabric8.insight:insight-elasticsearch-log-storage:jar:6.2.0.redhat-SNAPSHOT, io.fabric8.insight:insight-elasticsearch-metrics-storage:jar:6.2.0.redhat-SNAPSHOT: Failure to find io.fabric8.insight:insight-elasticsearch-log-storage:jar:6.2.0.redhat-SNAPSHOT in https://repository.jboss.org/nexus/content/groups/fs-public-snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of fusesource.m2-snapshot has elapsed or updates are forced -> [Help 1]

Interesting is the version of the missing jar. It is part of fabric8 and is included in fabric8 features correctly. But while assembling the AMQ from any reason a bundle with fuse version is required

I have opened a pull request #18 with a fix for this problem

Fixed by eabf8e0