Nar dependency in multi-module maven project
问题 I set up a multi module maven project, which is comprised of a module destined to build nar jni library, and a jar packaged module that is dependent on that library. I am able to install the nar library to my local maven repository, but I fail to use it in dependent module. For instance, I run mvn nar:nar-unpack and I get: [INFO] ------------------------------------------------------------------------ [INFO] Building nar-dependent 1.0-SNAPSHOT [INFO] ------------------------------------------