Repository: maven-scm
Updated Branches:
  refs/heads/master 6f7dd0c6e -> b03f727fc


[SCM-862] fix apache-rat complaining about Eclipse .checkstyle files

This closes #60


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/b03f727f
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/b03f727f
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/b03f727f

Branch: refs/heads/master
Commit: b03f727fc8713f37f07dc1ede50f145d1d3e128a
Parents: 6f7dd0c
Author: Ilya Basin <basini...@gmail.com>
Authored: Fri Feb 16 14:17:11 2018 +0300
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Mar 3 19:51:11 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/b03f727f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8fb67ea..bb81d87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,6 +341,7 @@
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
             <excludes combine.children="append">
+              <exclude>.checkstyle</exclude>
               <exclude>.gitignore</exclude>
               <exclude>README.txt</exclude>
               <exclude>*.sh</exclude>

Reply via email to