From 6f3d435ee8b35ece6ac3ee3fa5ee1bf9a506142c Mon Sep 17 00:00:00 2001 From: "John D. Ament" Date: Mon, 21 Dec 2015 20:57:06 -0500 Subject: [PATCH] ARTEMIS-326 Quote parameters that may include spaces. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dbe70b75e3..bbe50345cb 100644 --- a/pom.xml +++ b/pom.xml @@ -115,8 +115,8 @@ --> -Djava.util.logging.manager=org.jboss.logmanager.LogManager - -Dlogging.configuration=file:${activemq.basedir}/tests/config/logging.properties - -Djava.library.path=${activemq.basedir}/artemis-native/bin/ -Djgroups.bind_addr=localhost -Dorg.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory.localBindAddress=localhost + -Dlogging.configuration='file:${activemq.basedir}/tests/config/logging.properties' + -Djava.library.path='${activemq.basedir}/artemis-native/bin/' -Djgroups.bind_addr=localhost -Dorg.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory.localBindAddress=localhost -Djava.net.preferIPv4Stack=true ${project.basedir}