My project builds assembly modules and then in another module runs the
karaf-maven-plugin.

This works fine when using the "install" goal. However, when using the
"package" goal it does not: package does not install the assemblies
into the local maven repo, and karaf-maven-plugin fails with a
resolution error (or even worse, it works but pulls in an older
snapshot version of the features from ~/.m2).

Should the karaf-maven-plugin be looking at the reactor artifacts
(target/whatever of the dependent modules) rather than the the
installed artifacts (.m2/repository/whatever of the dependent modules)?

Regards,
Raman

Reply via email to