mirror of https://github.com/apache/activemq.git
avoid jvm fork console popup on osx
This commit is contained in:
parent
598f206a58
commit
092bc61708
|
@ -30,7 +30,7 @@
|
|||
<description>The ActiveMQ Message Broker and Client Unit Tests</description>
|
||||
|
||||
<properties>
|
||||
<surefire.argLine>-Xmx512M</surefire.argLine>
|
||||
<surefire.argLine>-Xmx512M -Djava.awt.headless=true</surefire.argLine>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue