Hello,

I need to use a JNI library in multiple modules of my maven project. The binaries of this library (dll and jars) are frequently updated so I don't want to manually add each file of the distribution to the maven repository. So I decided to write a maven module that packages all the files of the JNI library in a zip file and now I would like to automatically add the jars of this archive to the dependencies of any other maven modules that need them at compile time.
As I am new to maven, I don't see what is the best way to do this.

Could someone help me ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to