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

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

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

loloof64
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
Reply | Threaded
Open this post in threaded view
|

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

gouessej
Administrator
@io7m Maybe you have some suggestions...
Julien Gouesse | Personal blog | Website