maven-nar / nar-maven-plugin

Native ARchive plugin for Maven
https://maven-nar.github.io/
Apache License 2.0
232 stars 160 forks source link

using JNI Maven module #342

Open Adraas opened 5 years ago

Adraas commented 5 years ago

I create multimodule project by means Maven. One of the modules contains native code and marked as NAR by means nar-maven-plugin. Other module downloads previously mentioned JNI module. Question: how to add JNI dependency to an other module? I tried to add <type>nar</type> duaring adding JNI dependency, but then the source code of the desired module was not available to me, although the assembly was, on the contrary, successful.