Re: Jogamp Fat in Maven
Posted by
gouessej on
Jul 26, 2024; 12:38pm
URL: https://forum.jogamp.org/Jogamp-Fat-in-Maven-tp4043497p4043498.html
Hello
I'm not a Maven expert despite having used it for years. We use Apache Ant to create the fat JAR as far as I remember, we could use Maven Assembly Plugin to do something similar but in my humble opinion, you should rather modify your in-house tooling as requiring third party libraries to use the Maven layout is very restrictive and will lead you to troubles anyway. Can you use a local repository to work around this limitation?
Which are the problems you run into when using separate JARs?