effectiveosgi/maven-archetypes

How do I bundle third party libraries?

Closed this issue · 1 comments

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? :-)

I figured it out.

Had to manually -includeresource for all maven dependencies and subdependencies to replicate what maven-bundle-plugin can do.