Hello all, In our previous application based on Sling6 we used a maven assembly to build our application war. In the assembly we placed some classes into WEB-INF/lib and made felix provide these. I'm trying to shift us to use the sling start plugin so we can keep our features held together better by way of the model.txt files. We'd still like to include those files in WEB-INF/lib but I can not figure out how to put them there with the plugin, so I'm still using an assembly to unpack the war from SlingStart plugin and add our files. We are using a property that we set in boot.txt to made felix provide the classes we want. Just can't figure out how to get the libraries into the right place without taking two steps.
Any suggestions on how to do this? Thanks, Marc
