avoid jvm fork console popup on osx
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/be78a364 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/be78a364 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/be78a364 Branch: refs/heads/activemq-5.9 Commit: be78a364e54cdc483423aa999965dca73171250d Parents: dad7dde Author: gtully <[email protected]> Authored: Tue Oct 22 15:16:25 2013 +0100 Committer: Hadrian Zbarcea <[email protected]> Committed: Tue Mar 11 17:06:02 2014 -0400 ---------------------------------------------------------------------- activemq-unit-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/be78a364/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index ecfc004..5c360d2 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -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>
