mirror of https://github.com/apache/activemq.git
patch applied.
This commit is contained in:
parent
706830268e
commit
a116960f34
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue