diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-05-01 16:02:31 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-05-01 16:02:31 +0000 |
| commit | f64953e305396b3fabdf492ec1121c007bdabce1 (patch) | |
| tree | 34ac0828ebe41c6da2af2edfcedeec8c69848aba | |
| parent | 1d0064e8ff37d85d29e2ccd08970407abe83065b (diff) | |
| download | qpid-python-f64953e305396b3fabdf492ec1121c007bdabce1.tar.gz | |
QPID-5048 : Add empty argLine property to allow for tests to run within IntelliJ which otherwise fail
merge from trunk r1590281
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1591697 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 26e0f5797b..182ca14b89 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -67,6 +67,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> |
