This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c0063a4  `PlexusFileUtils` Refaster recipes (#669)
c0063a4 is described below

commit c0063a43ed6a0a1bba01d088f8f197bebe529fd5
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Nov 4 02:50:17 2025 +0100

    `PlexusFileUtils` Refaster recipes (#669)
    
    
    
    Co-authored-by: Moderne <[email protected]>
---
 src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java 
b/src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java
index 5e52ade..8cfdd84 100644
--- a/src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java
+++ b/src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java
@@ -46,7 +46,7 @@ public class PmdReportTest extends AbstractPmdReportTestCase {
     @Override
     protected void setUp() throws Exception {
         super.setUp();
-        FileUtils.deleteDirectory(new File(getBasedir(), "target/test/unit"));
+        org.apache.commons.io.FileUtils.deleteDirectory(new File(getBasedir(), 
"target/test/unit"));
     }
 
     public void testDefaultConfiguration() throws Exception {

Reply via email to