You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/03 21:29:06 UTC

[2/2] logging-log4j-kotlin git commit: Exclude travis config from rat check

Exclude travis config from rat check


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/commit/96b470ec
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/96b470ec
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/96b470ec

Branch: refs/heads/master
Commit: 96b470ece6a12c336ace30ab71150146c9bdc017
Parents: dca80be
Author: Raman Gupta <ro...@gmail.com>
Authored: Tue Apr 3 17:19:32 2018 -0400
Committer: Raman Gupta <ro...@gmail.com>
Committed: Tue Apr 3 17:19:32 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/96b470ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 63a16e4..ebe7329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,11 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <excludes>
+            <exclude>.travis.yml</exclude>
+          </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.jetbrains.kotlin</groupId>