From ad53eefe4b6c01697d5ac88200db4785507a176c Mon Sep 17 00:00:00 2001 From: chengpeiming Date: Wed, 13 Nov 2024 22:41:23 +0800 Subject: [PATCH] [KYUUBI #6808] [BUILD]Replace systemProperties with systemPropertyVariables in maven-surefire-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— ## Describe Your Solution ๐Ÿ”ง Fix the warning of `maven-surefire-plugin` that show `Parameter 'systemProperties' is deprecated. Use systemPropertyVariables instead.` in the build. ## Types of changes :bookmark: - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6808 from pionCham/use-systemPropertyVariables. Closes #6808 668bfe252 [chengpeiming] Replace systemProperties with systemPropertyVariables in maven-surefire-plugin 0e74b4725 [chengpeiming] Revert "Replace systemProperties with systemPropertyVariables" 797384a5b [chengpeiming] Replace systemProperties with systemPropertyVariables Authored-by: chengpeiming Signed-off-by: Bowen Liang --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 07976fb23..5cbdee5ee 100644 --- a/pom.xml +++ b/pom.xml @@ -1449,7 +1449,7 @@ ${project.build.directory}/work - + true src/test/resources/log4j2-test.xml ${project.build.directory}/tmp @@ -1459,7 +1459,7 @@ false ${project.build.directory}/server_operation_logs ${project.build.directory}/engine_operation_logs - +