You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2019/08/26 19:15:24 UTC

[camel] branch master updated: Add all .json files to rat ignore list

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 099a1c5  Add all .json files to rat ignore list
099a1c5 is described below

commit 099a1c53e85997816a02096d45858273cf5cf15c
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Aug 26 21:14:48 2019 +0200

    Add all .json files to rat ignore list
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index b3180aa..6ebbded 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,6 +201,7 @@
                     <configuration>
                         <excludeSubProjects>false</excludeSubProjects>
                         <excludes>
+                            <exclude>**/*.json</exclude>
                             <exclude>**/README</exclude>
                             <exclude>**/README.txt</exclude>
                             <exclude>**/README.md</exclude>
@@ -254,14 +255,10 @@
                             <!-- camel website and user-manual -->
                             <exclude>**/node/**</exclude>
                             <exclude>**/node_modules/**</exclude>
-                            <exclude>**/npm-shrinkwrap.json</exclude>
-                            <exclude>**/package.json</exclude>
                             <exclude>**/user-manual/**</exclude>
                             <exclude>**/yarn.lock</exclude>
                             <!-- examples -->
                             <exclude>**/fabric8/*.yaml</exclude>
-                            <exclude>**/src/main/resources/consul/services.json</exclude>
-                            <exclude>**/src/main/resources/data/*.json</exclude>
                             <exclude>**/src/main/data/*.patient</exclude>
                             <exclude>**/src/main/data/*.csv</exclude>
                             <!-- generated files -->
@@ -278,14 +275,11 @@
                             <exlucde>**/*.log</exlucde>
                             <exclude>**/id_file</exclude>
                             <exclude>**/dependency-reduced-pom.xml</exclude>
-                            <exclude>**/grape.json</exclude>
                             <exclude>**/Dropbox_API_Terms_and_Conditions.txt</exclude>
                             <exclude>**/MerchandiseRestResource.apxc</exclude>
                             <exclude>**/file-sig-api.txt</exclude>
                             <exclude>**/Tasks__c.java</exclude>
-                            <exclude>**/additional-spring-configuration-metadata.json</exclude>
                             <exclude>**/*.proto</exclude>
-                            <exclude>**/src/revapi/ignore.json</exclude>
                             <exclude>
                                 **/src/main/resources/META-INF/services/org.kie.server.services.api.KieServerExtension
                             </exclude>