Re: strange issue with karaf-maven-plugin

2017-05-30 Thread Guillaume Nodet
When the plugin creates the assembly, it needs to compute what resources are needed for boot features. Startup features are pre-installed, so the resolution happens at build time, however, boot features are resolved at startup time by the FeaturesService, which means it needs all the input files.

RE: strange issue with karaf-maven-plugin

2017-05-30 Thread Siano, Stephan
Hi, one update: After I added the boot following boot features pax-war-tomcat/6.0.4 pax-http-whiteboard/6.0.4 pax-http-tomcat/6.0.4 pax-war/6.0.4 it works, so I have a workaround for now, however it