You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2017/05/09 15:28:22 UTC

directory-kerby git commit: Exclude licenses from rat check

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 8090bd299 -> c870683b6


Exclude licenses from rat check


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

Branch: refs/heads/trunk
Commit: c870683b6e28f0c4b9c628b0affde41d5357d549
Parents: 8090bd2
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue May 9 16:28:07 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue May 9 16:28:07 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/c870683b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f15dd9..b788c34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,7 @@
               <exclude>docs/kerby-ip-clearance.xml</exclude>
               <!-- The resources files -->
               <exclude>**/src/test/resources/**/*</exclude>
+              <exclude>**/licenses/**</exclude>
             </excludes>
           </configuration>
         </plugin>