summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2014-06-30 13:43:34 +0000
committerAlex Rudyy <orudyy@apache.org>2014-06-30 13:43:34 +0000
commit35d7c34d3f89dc8c5f10acddf12366f0747e002e (patch)
tree527aa921010fd8ebe862f4e002f3e6e13b0d74e9 /qpid/java/pom.xml
parent7a393e184c9fdcda2294ab7419d8e919dd432f97 (diff)
downloadqpid-python-35d7c34d3f89dc8c5f10acddf12366f0747e002e.tar.gz
QPID-5853: Fix quote character location in broker command
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1606736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index ef0f1863aa..3d77e8c8d0 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -60,7 +60,7 @@
<profile.broker.type>internal</profile.broker.type>
<profile.broker.stopped>Exception</profile.broker.stopped>
<profile.broker.ready>BRK-1004</profile.broker.ready>
- <profile.broker.command>"${qpid.home}${file.separator}bin${file.separator}qpid"-server -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE</profile.broker.command>
+ <profile.broker.command>"${qpid.home}${file.separator}bin${file.separator}qpid-server" -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE</profile.broker.command>
<profile.broker.command.windows>"${qpid.home}${file.separator}bin${file.separator}qpid-server.bat" -sp ${at.sign}STORE_PATH -st ${at.sign}STORE_TYPE -l ${at.sign}LOG_CONFIG_FILE</profile.broker.command.windows>
<profile.test.excludes>Excludes JavaExcludes ${profile}.excludes ${profile.specific.excludes}</profile.test.excludes>
<profile.specific.excludes>JavaTransientExcludes Java010Excludes</profile.specific.excludes>