Hi, I'm developing a new processor that I want to test alongside the standard processors (like GetFile). I have added the new .java file and it's compiling just fine; however, it's not showing up in the processor list of the GUI.
The new processor has been added to: ~/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/META-INF/services/ org.apache.nifi.processor.Processor And the entire project was rebuilt using "mvn -T C2.0 clean install", then installed in the runtime tree using "tar xvfz..." (with Nifi service stopped), then restarted Nifi... but still my new processor is not showing up in the list. What am I missing? Rick P.S. I realize I can also build a separate NAR bundle, but was trying this as a first step, before building my own processor bundle.
