forked from phoedos/pmd
Deprecate BaseCLITest from pmd-test
- Only the pmd-cli module should deal with the CLI anymore
This commit is contained in:
@ -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/";
|
||||
|
Reference in New Issue
Block a user