You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2014/02/13 17:46:19 UTC

git commit: https://issues.apache.org/jira/browse/AMQ-5049

Updated Branches:
  refs/heads/trunk 706830268 -> a116960f3


https://issues.apache.org/jira/browse/AMQ-5049

patch applied.

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/a116960f
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a116960f
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a116960f

Branch: refs/heads/trunk
Commit: a116960f340c6634ff1d718df5de8c1cc0d8e42a
Parents: 7068302
Author: Timothy Bish <ta...@gmai.com>
Authored: Thu Feb 13 11:46:12 2014 -0500
Committer: Timothy Bish <ta...@gmai.com>
Committed: Thu Feb 13 11:46:12 2014 -0500

----------------------------------------------------------------------
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/a116960f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f20af96..6214b7f 100755
--- a/pom.xml
+++ b/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>