maven: update surefire plugin to 2.22.2

This commit is contained in:
Adam
2022-04-30 10:03:43 -04:00
parent cb20644145
commit d04a261630

View File

@@ -201,8 +201,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<!-- newer versions seem to not show stacktraces in Netbeans --> <version>2.22.2</version>
<version>2.18</version>
<configuration> <configuration>
<enableAssertions>true</enableAssertions> <enableAssertions>true</enableAssertions>
<argLine>-Xmx512m</argLine> <argLine>-Xmx512m</argLine>