Repository: qpid-dispatch
Updated Branches:
  refs/heads/master cc3f124d6 -> e9b6de644


DISPATCH-842 - Added some files to the pom so they are ignored by the 
rat-check. These licenses have already been added to the LICENSE file


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

Branch: refs/heads/master
Commit: e9b6de644f391020caed22db32b783eafcb103f3
Parents: cc3f124
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Thu Sep 28 09:41:22 2017 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Thu Sep 28 09:41:22 2017 -0400

----------------------------------------------------------------------
 pom.xml | 78 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 44 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e9b6de64/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21ebc5a..bbd130f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,40 +69,50 @@
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
                     <excludes>
-                            <exclude>.travis.yml</exclude>
-                            <exclude>.gitmodules</exclude>
-                            <exclude>.gitignore</exclude>
-                            <exclude>.autotools</exclude>
-                            <exclude>**/angular-patternfly.min.js</exclude>
-                            <exclude>**/angular-patternfly.min.css</exclude>
-                            <exclude>**/d3.v3.min.js</exclude>
-                            <exclude>**/jquery.dynatree.min.js</exclude>
-                            <exclude>**/slider.js</exclude>
-                            <exclude>**/ui-grid.js</exclude>
-                            <exclude>**/system_tests_http.txt</exclude>
-                            <exclude>**/build/</exclude>
-                            <exclude>**/target/</exclude>
-                            <exclude>**/install/</exclude>
-                            <exclude>**/*.lock</exclude>
-                            <exclude>**/MANIFEST.in</exclude>
-                            <exclude>**/valgrind.supp</exclude>
-                            <exclude>**/*.json.in</exclude>
-                            <exclude>**/*.json</exclude>
-                            <exclude>**/rhea-min.js</exclude>
-                            <exclude>**/VERSION.txt</exclude>
-                            <exclude>**/v3_ca.ext</exclude>
-                            <exclude>**/system_test.dir/**</exclude>
-                            <exclude>**/server-password-file.txt</exclude>
-                            <exclude>**/server-password-file-bad.txt</exclude>
-                            <exclude>**/client-password-file.txt</exclude>
-                            <exclude>**/.idea/**</exclude> <!-- This is for 
ignoring the intellij idea project files -->
-                            <exclude>**/*~</exclude> <!-- This is for files 
created by emacs -->
-                            <exclude>.pydevproject</exclude> <!-- PyCharm 
project file -->
-                            <exclude>.cproject</exclude>
-                            <exclude>**/qpid-proton/**</exclude>
-                            <exclude>qpid-proton/**</exclude>
-                            <exclude>libuv/**</exclude>
-                            <exclude>libwebsockets/**</exclude>
+                      <exclude>.travis.yml</exclude>
+                      <exclude>CMakeCache.txt</exclude>
+                      <exclude>.gitmodules</exclude>
+                      <exclude>.gitignore</exclude>
+                      <exclude>.autotools</exclude>
+                      <exclude>**/angular-patternfly.min.js</exclude>
+                      <exclude>**/angular-patternfly.min.css</exclude>
+                      <exclude>**/d3.v3.min.js</exclude>
+                      <exclude>**/jquery.tipsy.js</exclude>
+                      <exclude>**/jquery.tipsy.js</exclude>
+                      <exclude>**/zd3-queue.min.js</exclude>
+                      <exclude>**/d3.min.js</exclude>
+                      <exclude>**/tooltipsy.min.js</exclude>
+                      <exclude>**/font-awesome.min.css</exclude>
+                      <exclude>**/jquery-ui.css</exclude>
+                      <exclude>**/jquery.tipsy.css</exclude>
+                      <exclude>**/jquery.dynatree.min.js</exclude>
+                      <exclude>**/slider.js</exclude>
+                      <exclude>**/ui-grid.js</exclude>
+                      <exclude>**/system_tests_http.txt</exclude>
+                      <exclude>**/build/</exclude>
+                      <exclude>**/target/</exclude>
+                      <exclude>**/install/</exclude>
+                      <exclude>**/*.lock</exclude>
+                      <exclude>**/MANIFEST.in</exclude>
+                      <exclude>**/valgrind.supp</exclude>
+                      <exclude>**/*.json.in</exclude>
+                      <exclude>**/*.json</exclude>
+                      <exclude>**/rhea-min.js</exclude>
+                      <exclude>**/VERSION.txt</exclude>
+                      <exclude>**/v3_ca.ext</exclude>
+                      <exclude>**/system_test.dir/**</exclude>
+                      <exclude>**/server-password-file.txt</exclude>
+                      <exclude>**/server-password-file-bad.txt</exclude>
+                      <exclude>**/client-password-file.txt</exclude>
+                      <exclude>**/.idea/**</exclude> <!-- This is for ignoring 
the intellij idea project files -->
+                      <exclude>**/*~</exclude> <!-- This is for files created 
by emacs -->
+                      <exclude>.pydevproject</exclude> <!-- PyCharm project 
file -->
+                      <exclude>.cproject</exclude>
+                      <exclude>**/qpid-proton/**</exclude>
+                      <exclude>**/CMakeFiles/**</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