I have a requirement to add a LGPL lib to our corporate repo. I'd like to make it also available in maven central.
The lib is jNative (http://sourceforge.net/projects/jNative, http://jnative.free.fr/SPIP-v1-8-3/) This is a JNI base library with both a JAR and a dll + so What is the best-practice to bundle such libs and get maven download them ? Can I just package the .dll as "jNative-1.3.2.dll" in the upload bundle ? Do I just declare two dependencies in my project with same groupId/artifactId/version but != type ? Nico.