How do I bundle third party libraries?
Closed this issue · 1 comments
devantler commented
Hi, i am trying to do as suggested in this guide: https://devops.datenkollektiv.de/wrap-java-libraries-as-osgi-bundles-with-maven.html, but I can't seem to get It to work with eosgi. Any suggestions on how to bundle third party libraries? :-)
devantler commented
I figured it out.
Had to manually -includeresource for all maven dependencies and subdependencies to replicate what maven-bundle-plugin can do.