All, I was code reviewing and something occurred to me. This raised my eyebrow: https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteStreamCommand.java#L63
If I'm reading it right, the test "runs" a jar that we've got in our source tree What code made those jars in src/test/resources?
