Deprecate BaseCLITest from pmd-test

- Only the pmd-cli module should deal with the CLI anymore
This commit is contained in:
Juan Martín Sotuyo Dodero
2022-08-18 00:16:35 -03:00
parent 4a0c735506
commit 40f43954c5

View File

@ -31,7 +31,9 @@ import net.sourceforge.pmd.internal.util.AssertionUtil;
/**
* @author Romain Pelisse <belaran@gmail.com>
*
* @deprecated Only pmd-cli module should use / test the CLI.
*/
@Deprecated
public abstract class BaseCLITest {
protected static final String TEST_OUPUT_DIRECTORY = "target/cli-tests/";