Repository: activemq-artemis Updated Branches: refs/heads/master 0ff838d6d -> bd1df5e8b
ARTEMIS-326 Quote parameters that may include spaces. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6f3d435e Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6f3d435e Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6f3d435e Branch: refs/heads/master Commit: 6f3d435ee8b35ece6ac3ee3fa5ee1bf9a506142c Parents: 0ff838d Author: John D. Ament <[email protected]> Authored: Mon Dec 21 20:57:06 2015 -0500 Committer: John D. Ament <[email protected]> Committed: Mon Dec 21 20:57:06 2015 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6f3d435e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dbe70b7..bbe5034 100644 --- a/pom.xml +++ b/pom.xml @@ -115,8 +115,8 @@ --> <activemq-surefire-argline>-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 </activemq-surefire-argline> <activemq.basedir>${project.basedir}</activemq.basedir>
