Apache NiFi JNI Assembly

This package creates a deliverable for Apache NiFi MiNiFi C++ JNI integration. This integration allows NiFi Processors to be run from within MiNiFi C++. This package and the target assemble-minifi-jni create archives of the directory minifi-jni/lib and minifi-jni/nars. The lib directory is a bootstrap for the JniClassloader. A slightly different bootstrap than NiFi, the JniClassloader loads the NARs into the context of MiNiFi C++.

When the CMAKE JNI extension is used, the minifi-jni directory will be placed within the archive of that project that is produced during the make package process.