jogamp
›
jogl
Login
Register
Re: Making an executable JAR with Maven
Posted by
gouessej
on
Mar 13, 2014; 12:44pm
URL:
https://forum.jogamp.org/Making-an-executable-JAR-with-Maven-tp4031871p4031882.html
Please look at the example project here and you can adapt it to use JOGL:
http://code.google.com/p/mavennatives/
I'm not sure it does exactly what you want. Maven is very rigid but based on Ant, using Ant with Maven isn't weird (with antrun-plugin).
I have found no way of using a file mapper or disabling the flattening, it hasn't been implemented in Maven:
http://jira.codehaus.org/browse/MASSEMBLY-45
Edit.: Have you tried to use dependencySet?
http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page