Downgrade surefire plugin to one which more reliably shows stacktraces in Netbeans

This commit is contained in:
Adam
2017-09-05 19:54:12 -04:00
parent ce250f789e
commit c4833cd435

View File

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