[KYUUBI #6808] [BUILD]Replace systemProperties with systemPropertyVariables in maven-surefire-plugin
# 🔍 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 🔖
- [ ] 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 ⚰️
#### Behavior With This Pull Request 🎉
#### 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 <chengpeiming@gf.com.cn>
Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
(cherry picked from commit ad53eefe4b)
Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
This commit is contained in:
parent
65cb1a4539
commit
ae62ec0f5c
4
pom.xml
4
pom.xml
@ -1449,7 +1449,7 @@
|
||||
<environmentVariables>
|
||||
<KYUUBI_WORK_DIR_ROOT>${project.build.directory}/work</KYUUBI_WORK_DIR_ROOT>
|
||||
</environmentVariables>
|
||||
<systemProperties>
|
||||
<systemPropertyVariables>
|
||||
<log4j.ignoreTCL>true</log4j.ignoreTCL>
|
||||
<log4j2.configurationFile>src/test/resources/log4j2-test.xml</log4j2.configurationFile>
|
||||
<java.io.tmpdir>${project.build.directory}/tmp</java.io.tmpdir>
|
||||
@ -1459,7 +1459,7 @@
|
||||
<sun.security.krb5.debug>false</sun.security.krb5.debug>
|
||||
<kyuubi.operation.log.dir.root>${project.build.directory}/server_operation_logs</kyuubi.operation.log.dir.root>
|
||||
<kyuubi.engine.operation.log.dir.root>${project.build.directory}/engine_operation_logs</kyuubi.engine.operation.log.dir.root>
|
||||
</systemProperties>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- enable scalatest -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user