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 2015/10/16 22:56:07 UTC

camel git commit: Add exclude rules for RAT plugin

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 5987582c6 -> 136004280


Add exclude rules for RAT plugin

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>


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

Branch: refs/heads/camel-2.15.x
Commit: 13600428090f62406042ce8084546c01b4cc870d
Parents: 5987582
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Fri Oct 16 22:53:56 2015 +0200
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Fri Oct 16 22:53:56 2015 +0200

----------------------------------------------------------------------
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/13600428/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index db10daa..883e509 100755
--- a/pom.xml
+++ b/pom.xml
@@ -248,9 +248,11 @@
                 <exclude>**/avro/**/*.avpr</exclude>
                 <exclude>**/OSGI-INF/bundle.info</exclude>
                 <exclude>**/test_rsa*</exclude>
-                <exclude>**/examples/*/src/**/data/**/*.xml</exclude>
+                <exclude>**/data*/**/*.xml</exclude>
                 <exclude>**/dependency-reduced-pom.xml</exclude>
-
+                <exclude>**/Dropbox_API_Terms_and_Conditions.txt</exclude>
+                <exclude>**/MerchandiseRestResource.apxc</exclude>
+                <exclude>**/file-sig-api.txt</exclude>
               </excludes>
             </configuration>
           </plugin>