diff options
| author | Alex Rudyy <orudyy@apache.org> | 2014-06-26 15:32:02 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2014-06-26 15:32:02 +0000 |
| commit | c84f31d347eb57eca6248777702c98dab87ebfd2 (patch) | |
| tree | 7d52247b35f90b71c39d64d5a0157a8831598464 /qpid/java/pom.xml | |
| parent | b7effa46a280071d76839d7c4e6ce68fb72a719c (diff) | |
| download | qpid-python-c84f31d347eb57eca6248777702c98dab87ebfd2.tar.gz | |
QPID-5853: Use quotes in broker command line provided by maven profile in order to allow command line arguments with spaces
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1605820 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
| -rw-r--r-- | qpid/java/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index af0247f20d..06bc816334 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -60,8 +60,8 @@ <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.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.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> <profile.broker.version>v0_10</profile.broker.version> @@ -671,7 +671,7 @@ <profile.broker.type>spawned</profile.broker.type> <profile.broker.stopped>Exception constructed</profile.broker.stopped> <profile.broker.ready>Listening on TCP</profile.broker.ready> - <profile.broker.command>${cpp-broker-dir}/qpidd -p ${at.sign}PORT --data-dir ${qpid.work}/${at.sign}PORT -t --auth no --no-module-dir</profile.broker.command> + <profile.broker.command>"${cpp-broker-dir}/qpidd" -p ${at.sign}PORT --data-dir "${qpid.work}/${at.sign}PORT" -t --auth no --no-module-dir</profile.broker.command> <profile.broker.command.windows /> <profile.test.excludes>Excludes CPPExcludes ${profile}.excludes ${profile.specific.excludes} cpp.excludes</profile.test.excludes> <profile.specific.excludes>CPPPrefetchExcludes CPPTransientExcludes</profile.specific.excludes> |
