You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by DERIES Sebastien <se...@thalesgroup.com> on 2019/01/11 10:39:18 UTC

maven-bundle-plugin multiple blueprint folders

Hi Karaf users !

First I wish you the best for this new year !

Then, I have a question about the maven-bundle-plugin and the bundle-blueprint manifest header.

Our bundles currently instanciate beans using many blueprint XML files. The bean definitions are stored in the following file structure :
OSGI-INF
->blueprint
-----> file1.xml
-----> file2.xml
-----> ...
-----> fileN.xml

I was wondering if the maven-bundle-plugin is able to handle a file structure like the followind and list  the folders in the bundle-blueprint manifest header:
OSGI-INF
->blueprint
-----> folder1
------------> file1.xml
------------> file2.xml
-----> folder2.xml
------------> file1.xml
------------> file2.xml
-----> folder3.xml
------------> file1.xml
------------> file2.xml

Thank you!

Cheers.

Sebastien