Use systemPropertyVariables in pom.xml (#18213)

* use system property variables in pom.xml

* update
This commit is contained in:
William Cheng
2024-03-23 21:45:29 +08:00
committed by GitHub
parent f258ce2cf5
commit e17777044e
64 changed files with 132 additions and 132 deletions

View File

@@ -75,12 +75,12 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<configuration>
<systemProperties>
<systemPropertyVariables>
<property>
<name>loggerPath</name>
<value>conf/log4j.properties</value>
</property>
</systemProperties>
</systemPropertyVariables>
<argLine>-Xms512m -Xmx1500m</argLine>
<parallel>methods</parallel>
<threadCount>10</threadCount>