patch applied.
This commit is contained in:
Timothy Bish 2014-02-13 11:46:12 -05:00
parent 706830268e
commit a116960f34
1 changed files with 6 additions and 2 deletions

View File

@ -1127,10 +1127,14 @@
<version>${maven-surefire-plugin-version}</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<argLine>-enableassertions</argLine>
<failIfNoTests>false</failIfNoTests>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
<argLine>-Xmx512m</argLine>
</configuration>
</plugin>
<plugin>