Thanks Robert. I didn't see anything that indicated I could do this in the code, but I was also open to the idea that I was reading the wrong part of the model parsing. I think the person put things in WEB-INF because they were jars that were not OSGI bundles. I have seen people wrapping jars or injecting osgi meta data into the jars, but at this point I'm not sure the juice is worth the squeeze. I might have to just live with my current solution considering my time limit. If the feature model wasn't on the horizon, I'd definitely consider a pull request to making it happen.
Marc ----- Original Message ----- From: [email protected] To: [email protected] Sent: Monday, March 4, 2019 6:34:20 AM GMT -05:00 US/Canada Eastern Subject: Re: sling starter maven plugin - placing files to WEB-INF/lib is? I took a quick look at the slingstart-maven-plugin source code and it does not look like this is possible right now. It may be possible to update the plugin to do that, so feel free to file a Jira issue. I suspect that with all the attention that the feature model is getting this maybe not be at the top of anyone's list, so a pull request would go a long way towards making it happen. I would also suggest that you try and stop relying in jar files in WEB- INF/lib, but I guess you already tried that and it's not trivial. Robert
