How can I create multiple OSGi bundles for a CQ application using maven. I'm using the multimodule-content-package-archetype provided by adobe with Eclipse. What I'm trying to achieve is a logical separation in the bundles (like logging in one bundle and a specific business function in another (like a custom search)).
But the archetype is creating only one bundle folder by default. ie I can only create a single bundle with mixed functionalities as of now.
How can I solve this issue? Please Help.
San