Fat-Jar via maven-shade-plugin

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Fat-Jar via maven-shade-plugin

ruckc
Any chance of supporting loading all libraries from / as a fall-back if not found in natives/<os.and.arch>/?

When using maven-shade-plugin to generate a fat-jar, it squashes them all into where they are located in their original jars.

Another idea might be to nest them into their natives/<os.and.arch>/ in their native jars instead of at the root level.
Reply | Threaded
Open this post in threaded view
|

Re: Fat-Jar via maven-shade-plugin

gouessej
Administrator
Hi

Why not modifying maven-shade-plugin in order to use a prefix for this particular case?

I prefer your second suggestion.
Julien Gouesse | Personal blog | Website