mvn test -Dtest=<fully qualified classname> from the module where the test resides.
On Sat, Apr 9, 2022 at 7:21 AM Phil H <[email protected]> wrote: > > Hi there, > > Now that my environment is working nicely, I am working on SplitContent > (Nifi-1517). > > Is there a way to tell maven to only compile and/or run the unit tests for > the SplitContent processor, rather than testing the entire > nifi-standard-processors bundle? > > Thanks, > Phil
