summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2014-04-26 19:22:49 +0000
committerRobert Godfrey <rgodfrey@apache.org>2014-04-26 19:22:49 +0000
commit8e2f0e3f6404241aa5919d3830c6578f7ca0b29f (patch)
treed0ec54ddbfb86e4054ccb25166d02e8db2c5a5d2 /qpid/java/pom.xml
parentc7b976031d14f1c5d0de40af734b951eda7dfe05 (diff)
downloadqpid-python-8e2f0e3f6404241aa5919d3830c6578f7ca0b29f.tar.gz
QPID-5048 : Add empty argLine property to allow for tests to run within IntelliJ which otherwise fail
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590281 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index bc9b109912..69b4cb706c 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -55,6 +55,7 @@
<qpid.home.qbtc.output>${qpid.home}${file.separator}target${file.separator}qbtc-output</qpid.home.qbtc.output> <!-- override for broker tests -->
<qpid.work>${project.build.directory}${file.separator}QPID_WORK</qpid.work>
+ <argLine></argLine>
<profile>java-mms.0-10</profile>
<profile.broker.language>java</profile.broker.language>
<profile.broker.type>internal</profile.broker.type>