From 51439cc241e23c1df3be1d815844797624daf9eb Mon Sep 17 00:00:00 2001 From: ayanamist Date: Wed, 12 May 2021 15:50:45 +0800 Subject: [PATCH] [ISSUE #2872] remove log files created by integration test when mvn clean --- test/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/pom.xml b/test/pom.xml index 851d9ab9..c0c7aa97 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -60,6 +60,20 @@ + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + + + **/it_test.log + + + + + -- GitLab