Skip to content

Commit

Permalink
fix maven surefire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Oct 4, 2024
1 parent db26ee2 commit cc86c10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tool-builders/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<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>
<forkMode>pertest</forkMode>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
</configuration>
</plugin>

Expand Down

0 comments on commit cc86c10

Please sign in to comment.