From 5a06651ca414f795b00cf8e2ca553fd40d0dc624 Mon Sep 17 00:00:00 2001 From: ayanamist Date: Wed, 12 May 2021 20:35:18 +0800 Subject: [PATCH] [ISSUE #2872] move log files created by integration test to target dir --- test/pom.xml | 14 -------------- test/src/test/resources/log4j.xml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/test/pom.xml b/test/pom.xml index c0c7aa97..851d9ab9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -60,20 +60,6 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - - - **/it_test.log - - - - - diff --git a/test/src/test/resources/log4j.xml b/test/src/test/resources/log4j.xml index 3031095e..7840ab78 100644 --- a/test/src/test/resources/log4j.xml +++ b/test/src/test/resources/log4j.xml @@ -30,7 +30,7 @@ - + -- GitLab