You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/04/24 09:23:59 UTC

[3/3] logging-log4j-scala git commit: Exclude README from RAT check

Exclude README from RAT check


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/91a7e18a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/91a7e18a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/91a7e18a

Branch: refs/heads/master
Commit: 91a7e18aac17c33e8a8916c917b74cee2ff8729c
Parents: 60082f5
Author: Mikael St�ldal <mi...@magine.com>
Authored: Mon Apr 24 11:23:50 2017 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Mon Apr 24 11:23:50 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/91a7e18a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2de02cd..c3cdbad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,6 +138,8 @@
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
             <excludes>
+              <!-- README does not need a license header -->
+              <exclude>README.md</exclude>
               <!-- jQuery is MIT-licensed, but RAT can't figure it out -->
               <exclude>src/site/resources/js/jquery.js</exclude>
               <exclude>src/site/resources/js/jquery.min.js</exclude>