You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/10/13 12:16:54 UTC

qpid-broker-j git commit: QPID-7955: [Logback] Allow the logback module to find the exclusion files

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 2c0b84746 -> a7121a65f


QPID-7955: [Logback] Allow the logback module to find the exclusion files


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/a7121a65
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/a7121a65
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/a7121a65

Branch: refs/heads/master
Commit: a7121a65ff37204075a05e8f529cd47a9224e6c2
Parents: 2c0b847
Author: Keith Wall <kw...@apache.org>
Authored: Fri Oct 13 13:03:04 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Fri Oct 13 13:16:33 2017 +0100

----------------------------------------------------------------------
 broker-plugins/logging-logback/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/a7121a65/broker-plugins/logging-logback/pom.xml
----------------------------------------------------------------------
diff --git a/broker-plugins/logging-logback/pom.xml b/broker-plugins/logging-logback/pom.xml
index 31bb77b..24dab1d 100644
--- a/broker-plugins/logging-logback/pom.xml
+++ b/broker-plugins/logging-logback/pom.xml
@@ -29,6 +29,10 @@
   <name>Apache Qpid LogBack Logging Broker Plug-in</name>
   <description>LogBack Logging broker plug-in</description>
 
+  <properties>
+    <qpid.home>${basedir}/../</qpid.home> <!-- override to allow the test exclusions to be found -->
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.qpid</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org