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