maven-bundle-plugin and parent,child pom
Hi @all!
Does anybody has an example of a project (parent pom and some child pom's) where using maven-bundle-plugin to create the osgi-bundle and MANIFEST.MF
and where one child pom has dependency on another child pom.
In the child-pom's I have <packaging>bundle</packaging> defined.
And expressing a dependency from one child to another child.
When defining dependency do I have to add <type>bundle</type> in the <dependency> part or not?
I've postet my pom-files in this thread:
http://forum.springframework.org/sho...d=1#post205750
thanks!