Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 5a72e38da -> fd27ed423


DISPATCH-765 - Added RAT file exclusions in pom and fix pom file execution 
folder


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

Branch: refs/heads/master
Commit: fd27ed42330ba6d481ef924f8195fa00b323810e
Parents: 5a72e38
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Fri May 5 17:29:45 2017 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Fri May 5 17:29:45 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 1 +
 pom.xml     | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/fd27ed42/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ff34ee6..32b7b5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,4 +78,5 @@ before_script:
 
 script:
 - ctest -V
+- popd
 - mvn apache-rat:check

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/fd27ed42/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1c3a9f9..21ebc5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,8 @@
                             <exclude>.cproject</exclude>
                             <exclude>**/qpid-proton/**</exclude>
                             <exclude>qpid-proton/**</exclude>
+                            <exclude>libuv/**</exclude>
+                            <exclude>libwebsockets/**</exclude>
                 </excludes>
         </configuration>            
             </plugin>


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

Reply via email to