using double quotes otherwise Idea can't run the tests properly
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e847c14b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e847c14b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e847c14b Branch: refs/heads/master Commit: e847c14b942dd22169dac170b9298accbc8ab521 Parents: e56ca95 Author: Clebert Suconic <[email protected]> Authored: Mon Jan 11 18:57:24 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Jan 11 20:02:46 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e847c14b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce35540..fcbf91b 100644 --- a/pom.xml +++ b/pom.xml @@ -118,8 +118,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>
