You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Ryan Moquin <fr...@gmail.com> on 2013/04/08 03:45:16 UTC

Question about aether repository resolution with karaf-maven-plugin

I had seen a couple people mention this issue before but didn't see a
solution and was wondering if anyone know of it.  When an artifact attempts
to be resolved from a feature that has to be wrapped into a bundle, the
sonatype aether library doesn't retrieve the correct name of the artifact
as is evidenced by this error here:

Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
Could not find artifact
wrap:mvn:jar:org.apache.lucene/lucene-analyzers-common/4.2.0 in central
.....

Is there any temporary workaround to this issue?  It happens when I'm
trying to build a custom karaf distribution.

Thanks for any help!

Ryan