JOGL builds are now pushed to maven repository so it is no longer necessary to install the JARs yourself or do any fancy build as we do where. For more info read here.
This project mainly now serves as an example of one way to import 3rdparty libraries into maven.
A maven project that installs the JOGAMP libraries as JARs in maven from a distribution archive.
This build needs a 7z unpacking plugin which isn't in maven central. The un7z-maven-plugin plugin therefore needs to be installed from source before this build can be run.