Hi, We currently make an application that uses Karaf 4.X. Our application is assembled using maven and karaf-maven-plugin. It uses blueprint or bean and service declaration.
Some colleagues of mine would like to move to gradle instead of maven. Has anyone of you ported a karaf based application from a maven build to a gradle build? For the moment, I successfully built an OSGi bundle without blueprint with gradle. However, when I add blueprint configuration, it is not parsed and the generated MANIFEST.MF does not contain "blueprint imported packages". Do you know any blueprint gradle plugin or a way to correctly generate the manifest? Regards. Seb [@@ THALES GROUP INTERNAL @@]
