Jeremy Would strongly recommend that Maven and its artifact construct be leveraged to the greatest extent possible. For an organization using libraries not available publicly it is often a good idea to have those artifacts in their own repository. That repository can be added to their pom.xml so that Maven can find the artifacts. You can see an example of this in the root nifi pom.xml where the JCenter artifact repository is added.
Thanks Joe On Mon, Feb 22, 2016 at 8:07 AM, Jeremy Dyer <[email protected]> wrote: > What would be the recommended way to include 3rd party dependencies for > building a custom processor that are not present in the public maven > repository? Local lib directory or ???
