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/30 08:38:36 UTC

qpid-broker-j git commit: QPID-7985: [Documentation] Add markdown (.md) extension to the list of those ignored by apache-rat:check

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 05112c65e -> 8cac3e0bb


QPID-7985: [Documentation] Add markdown (.md) extension to the list of those ignored by apache-rat:check


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/8cac3e0b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/8cac3e0b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/8cac3e0b

Branch: refs/heads/master
Commit: 8cac3e0bb8b1b477a0be75a4bd02a9d2c96b71fc
Parents: 05112c6
Author: Keith Wall <kw...@apache.org>
Authored: Mon Oct 30 08:38:25 2017 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Mon Oct 30 08:38:25 2017 +0000

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/8cac3e0b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d51a3c..a9f42f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -868,6 +868,7 @@
           <excludes>
             <exclude>test-profiles/test_resources/ssl/**</exclude>
             <exclude>specs/**</exclude>
+            <exclude>**/*.md</exclude>
             <exclude>DEPENDENCIES</exclude>
             <exclude>.travis.yml</exclude>
           </excludes>


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