Login  Register

Building OS specific Jogl Jar with maven : one assembly per os-arch?

Posted by loloof64 on Aug 24, 2014; 10:17am
URL: https://forum.jogamp.org/Building-OS-specific-Jogl-Jar-with-maven-one-assembly-per-os-arch-tp4032913.html

As I was seeking for a way to use Maven in order to build Jar files for my project in a simple way, I mean building all combinations of <os>-<arch> jars, with jar dependencies and native libraries, I posted this question on Stackoverflow.com .

Apologizing for having forgotten the official JOGL forum, I would like to know if my solution to the problem is a good one, or if it can be improved.

As a reminder,  this is a link on my GitHub project, where I've built several maven assemblies. In the current state, the jars contains the needed jogl core jars and native jars, but I did not manage to add my code in the jar,  though I've used command "mvn clean compile assembly:single" in Eclipse.

Regards