Login  Register

Fat-Jar via maven-shade-plugin

Posted by ruckc on May 01, 2014; 5:02am
URL: https://forum.jogamp.org/Fat-Jar-via-maven-shade-plugin-tp4032252.html

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.