maven: update surefire plugin to 2.22.2
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -201,8 +201,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<!-- newer versions seem to not show stacktraces in Netbeans -->
|
||||
<version>2.18</version>
|
||||
<version>2.22.2</version>
|
||||
<configuration>
|
||||
<enableAssertions>true</enableAssertions>
|
||||
<argLine>-Xmx512m</argLine>
|
||||
|
||||
Reference in New Issue
Block a user