Update pom.xml

This commit is contained in:
Grzegorz Piwowarek 2017-05-06 15:07:27 +02:00 committed by GitHub
parent e87b8c36bb
commit cae4e4c78d
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${argLine} -Xmx2048m -XX:MaxPermSize=1024m</argLine>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*LongRunningUnitTest.java</exclude>