added README.md to rat excludes Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9d432fb5 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9d432fb5 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/9d432fb5
Branch: refs/heads/MNG-2199-IT Commit: 9d432fb515c390beb593d8c4608775c46cfc03f9 Parents: cfbad56 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sat May 28 21:14:54 2016 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Wed Jan 25 00:00:43 2017 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/9d432fb5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3f9ce4f..5d1f57f 100644 --- a/pom.xml +++ b/pom.xml @@ -581,6 +581,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>