This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MPOM-226 in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit 44a64aba0c31a13f426553695a0e228e599b1b32 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Dec 8 10:45:34 2019 +0100 [MPOM-226] - Add ignore rule to apache-rat-plugin for .asf.yaml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 929bcd5..1039de1 100644 --- a/pom.xml +++ b/pom.xml @@ -1165,6 +1165,7 @@ under the License. <exclude>.repository/**</exclude><!-- Jenkins job with local Maven repository --> <exclude>.maven/spy.log</exclude><!-- Hudson Maven3 integration log --> <exclude>dependency-reduced-pom.xml</exclude><!-- Maven shade plugin --> + <exclude>.asf.yaml</exclude><!-- GitHub Support --> <exclude>.java-version</exclude> </excludes> </configuration>