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