Hi list,

I'm trying to provision maven bundles "in reactor". Thus in a multi
module build the the generated artifact of bundleX in its target
directory should take precedence. The simple test is that running
"clean package" should work when bundleX is in the maven reactor but
not in any local or upstream repository. Issue
http://team.ops4j.org/browse/PAXEXAM-35 seems to suggest this once
worked, but I have no succes using 2.3.0.M1 using the mavenBundle()
option.

The option seems to translate to a mvn: url which is then picked up by
aether which then reports "Caused by:
org.sonatype.aether.resolution.ArtifactResolutionException: Could not
find artifact org.amdatu.core:org.amdatu.core.itest.base:bundle:0.2.1-SNAPSHOT
in local (file:/C:/bramk/maven-repository/)".

How to get this to work? I notice the MavenPluginGeneratedConfigOption
option. I can imagine that one resolving to a file: on the local
filesystem, but I can't figure out how to tie this together.

Thanks,
Bram

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to