Hi folks,
I have created a project with pax-create-project and in that project I
created two bundles: bundle1 and bundle2.

If I now use pax-import-bundle to create a dependency to bundle1 in the
bundle2 POM, it creates a dependency entry for bundle1 with
<scope>provided</scope>.

But running 'mvn package' in the root directory now tells me that the
artifact bundle1 cannot be found.

Everything is fine when using an additional <type>bundle</type> in the
dependency entry for bundle1.

So, two questions to the guru(s):

 1. why scope provided - shouldn't it be the default compile when the
referenced bundle is part of the current project?
 2. why is the <type>bundle</type> not automatically created?

TIA

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

Reply via email to