|
@@ -39,9 +39,6 @@
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<configuration>
|
|
- <includes>
|
|
|
|
- <include>**/*Test.java</include>
|
|
|
|
- </includes>
|
|
|
|
<forkCount>${surefire-forkcount}</forkCount>
|
|
<forkCount>${surefire-forkcount}</forkCount>
|
|
<reuseForks>false</reuseForks>
|
|
<reuseForks>false</reuseForks>
|
|
<argLine>-Xmx512m</argLine>
|
|
<argLine>-Xmx512m</argLine>
|