Re: What about Maven ?
Posted by
Michael Bien on
May 26, 2010; 2:22pm
URL: https://forum.jogamp.org/What-about-Maven-tp844816p844979.html
as soon we have a release version we will provide some kind of maven
support.
We will have to change the library loading code a bit since i don't
think maven cares about the library.path property... but this was on
the todo list anyway.
for now just import it into your local repository :)
tanks and best regards,
michael
On 05/26/2010 03:00 PM, Kraft [via jogamp] wrote:
Hi guys !
I'm Kraft from France ...
I'm a user of jogl, joal and of course gluegen. ^^
I'm happy to see that jo*l are not dead.
I think those projects are very important for the java community.
So congratulations for all your work. 
I'm developping a bunch of games that use jogl and joal.
I recently switched my project management to Maven.
It is a great help in managment of dependencies, versions, sources,
releases, deployment and repository.
So my question is :
Do you plan on providing a Maven repository for the jars ? (or use the
central maven repository)
It would be a great help for you to manage the whole JogAmp project and
for developers that uses JogAmp in there projects.
Here are some links about Maven if you want to know more about it :
- what is maven ?
- Getting started !
I hope you will find some interest in Maven.
Regards,
Kraft