We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PlexusFileUtils
1 parent f17cae0 commit c0063a4Copy full SHA for c0063a4
src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java
@@ -46,7 +46,7 @@ public class PmdReportTest extends AbstractPmdReportTestCase {
46
@Override
47
protected void setUp() throws Exception {
48
super.setUp();
49
- FileUtils.deleteDirectory(new File(getBasedir(), "target/test/unit"));
+ org.apache.commons.io.FileUtils.deleteDirectory(new File(getBasedir(), "target/test/unit"));
50
}
51
52
public void testDefaultConfiguration() throws Exception {
0 commit comments