mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 01:36:12 +00:00
Use systemPropertyVariables in pom.xml (#18213)
* use system property variables in pom.xml * update
This commit is contained in:
@@ -72,12 +72,12 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</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>
|
||||
|
||||
Reference in New Issue
Block a user