zenlambda / jogamp-maven-build

An example of how to repackage a library for maven with maven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JOGAMP

Deprecation notice

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.

About

A maven project that installs the JOGAMP libraries as JARs in maven from a distribution archive.

Dependencies and Prerequisites

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.

About

An example of how to repackage a library for maven with maven