Is there any way to create an osgi web app. bundle (wab) with gradle?
I tried to start a simple project with the osgi plugin. I managed to get the right manifest enties in the jar and to place files and folders from src/main/webapp into it, but I can’t put the move the classes into /WEB-INF/classes from the root of the jar.
I also tried to use the war plugin besides the osgi (and scala) plugin(s) to get the right content of the archive but I could not place the manifest entries into the war, rename it to jar and remove the WEB-INF/lib folder from it.
I don’t know which is the right approach of the problem.
I’m very desperate to find a way after three days of googling and trying.