GitHub user mattyb149 opened a pull request: https://github.com/apache/nifi/pull/203
NIFI-210: Add support for multiple module paths for scripting This allows more than one module path to be set for scripts to use. Each language that has a specific configurator can deal with the module paths as they see fit. For example, the Groovy configurator can use a list of paths and look for JARs in any folders specified (rather than having to enumerate each JAR). You can merge this pull request into a Git repository by running: $ git pull https://github.com/mattyb149/nifi script-processors Alternatively you can review and apply these changes as the patch at: https://github.com/apache/nifi/pull/203.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #203 ---- commit 389f5a3c93313b0d0afb13a659f70aff3961c75c Author: Matt Burgess <mattyb...@gmail.com> Date: 2016-02-02T21:13:01Z NIFI-210: Add support for multiple module paths for scripting ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---