Skip to content

Commit

Permalink
Enable inheriting for surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
ShammiL committed Sep 11, 2024
1 parent ba059ed commit 6d4b483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<inherited>false</inherited>
<version>2.22.2</version>
<!-- <inherited>false</inherited>-->
<configuration>
<argLine>${argLine}</argLine>
<disableXmlReport>false</disableXmlReport>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>maven.surefire.plugin.version</version>
<version>2.22.2</version>
<configuration>
<argLine>@{argline} -Xms512m -Xmx1024m</argLine>
</configuration>
Expand Down

0 comments on commit 6d4b483

Please sign in to comment.