You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/06/02 22:09:19 UTC

[34/50] maven git commit: added README.md to rat excludes (why now?)

added README.md to rat excludes (why now?)

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

Branch: refs/heads/slf4j-gossip
Commit: ead165454259ffafe128afe4a03d45813eef301d
Parents: c7a4079
Author: Herv� Boutemy <hb...@apache.org>
Authored: Sat May 28 21:14:54 2016 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Sat May 28 21:20:39 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/maven/blob/ead16545/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 316d00c..9eadbe2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,6 +564,7 @@ under the License.
             <exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
             <exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log -->
             <exclude>.java-version</exclude>
+            <exclude>README.md</exclude>
           </excludes>
         </configuration>
       </plugin>