You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2014/07/26 03:52:13 UTC

[31/50] git commit: [KARAF-3129] Fix RAT failures

[KARAF-3129] Fix RAT failures


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

Branch: refs/remotes/karaf-2.3.x
Commit: 986fc96d7e866a42243799faab7dc170ca188436
Parents: f3e4355
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sat Jul 19 13:53:12 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sat Jul 19 13:53:12 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/986fc96d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29275d7..31aaa1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1641,6 +1641,8 @@
                                 <exclude>manual/**/*.css</exclude>
                                 <exclude>manual/**/*.ssp</exclude>
                                 <exclude>manual/**/*.conf</exclude>
+                                <!-- SSH keys -->
+                                <exclude>**/*.key</exclude>
                             </excludes>
                         </configuration>
                     </plugin>