You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/09/10 11:26:15 UTC

directory-kerby git commit: Added the kerby-ip-clearance doc into the rat exclude files

Repository: directory-kerby
Updated Branches:
  refs/heads/master 9206eebc4 -> 8a38279f5


Added the kerby-ip-clearance doc into the rat exclude files


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/8a38279f
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/8a38279f
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/8a38279f

Branch: refs/heads/master
Commit: 8a38279f5bd9715ac7c0a9c5ffee8cfc0857f72e
Parents: 9206eeb
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Thu Sep 10 11:26:04 2015 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Thu Sep 10 11:26:04 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/8a38279f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 647dd5d..e0c3a8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,6 +160,8 @@
               <exclude>**/.checkstyle</exclude>
               <!-- BIN files -->
               <exclude>**/bin/**/*</exclude>
+              <!-- The IP clearance XML doc -->
+              <exclude>docs/kerby-ip-clearance.xml</exclude>
             </excludes>
           </configuration>
         </plugin>