Repository: camel
Updated Branches:
  refs/heads/camel-2.14.x 35cbfbb14 -> ea9d95f06


Ignoring signatures API during RAT check.


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

Branch: refs/heads/camel-2.14.x
Commit: ea9d95f06eb5ba8908b5e5c7c705c8aca48a9d4f
Parents: 35cbfbb
Author: Henryk Konsek <hekon...@gmail.com>
Authored: Mon May 18 22:00:39 2015 +0200
Committer: Henryk Konsek <hekon...@gmail.com>
Committed: Mon May 18 22:00:39 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/ea9d95f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 73e8ea7..b7c1705 100755
--- a/pom.xml
+++ b/pom.xml
@@ -179,6 +179,7 @@
                 <!-- cxf does not handle comments here -->
                 
<excludes>**/src/main/resources/META-INF/cxf/cxf.extension</excludes>
                 
<excludes>**/src/main/resources/META-INF/cxf/bus-extensions.txt</excludes>
+                <exclude>**/src/signatures/*.txt</exclude>
                 <!-- generated files -->
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>

Reply via email to