RE: Native dependencies best practices

2011-01-24 Thread Haszlakiewicz, Eric
-Original Message- From: Ruben Garat [mailto:ruben01@gmail.com] Sent: Saturday, January 22, 2011 9:59 AM To: Maven Users List Subject: Native dependencies best practices Hi, I am trying to help get a project (Lightweight Java Game Library http://lwjgl.org/) into Maven Central

Native dependencies best practices

2011-01-22 Thread Ruben Garat
Hi, I am trying to help get a project (Lightweight Java Game Library http://lwjgl.org/) into Maven Central repository. This project is the most used way for java games to use opengl. The project is made of a main jar lwjgl.jar and some natives for each platform. I have to main questions: