Hello, I'm doing my first steps with the karaf-maven-plugin.
I created a simple bundle list with projectA and now would like project-B to depend on project-A resulting in a dependent feature to be added in the features.xml generated in projectB. Rather than a dependent feature I get an entry like <bundle start-level="50">wrap:mvn:my.company/projectA/1.0-SNAPSHOT/pom</bundle> Is it possible to include and reference dependent features in the pom using their maven identification? Cheers, Reto
