Followup on #3260
I think we should also deprecate the system properties defined in PMDCommandLineInterface: net.sourceforge.pmd.cli.noExit and net.sourceforge.pmd.cli.status. There's PMD#runPmd which doesn't call System.exit, and ideally PMD#main would always call System.exit. Clients can chose the behavior they want without system properties.
Followup on #3260