So I think a simple maven repository that lists the releases and snapshots should be enough?
Yeah but you cannot add a jar to a repo if the project is not mavenized (because of the metadata file that need to be generated and put next to your jar in the repo directory).
Anyway i've been digging the jni+maven subject for the last couple of days and i've come to a "proof of concept" that is working based on this tutorial :
http://www.tricoder.net/blog/?p=197http://wikisend.com/download/602130/jnimaven.rarSorry for the rar filetype ...
I've tried to push it forward and use it to build JSFML, i'm quite close to a success BUT i'm stuck at the linking step of the intercom part (undefined reference to bla bla bla...) as my C++/JNI knowledge is quite limited.
Check it out here :
http://wikisend.com/download/595178/jnimaven-jsfml.rarin order to build these using maven you obviously need mvn binaries and define correctly your JAVA_HOME system variable, then go the project root directory (jnimaven-parent) and type "mvn clean install -Pwin32" without the quotes.
I'm not trying to force you to mavenize your project in any way so if you want to let it where it is, it's ok for me i may or may not continue my research, i don't know, you already did a good job with those ant scripts and using a standalone jar is acceptable too.
i'll keep you posted if i go further.