You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: