You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/08 10:11:08 UTC

[maven-parent] 01/01: [MPOM-226] - Ignore .asf.yaml for license check in apache-rat-plugin

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 798225583b9a70e1498ff880e54da42da6a0af6c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Dec 8 10:45:34 2019 +0100

    [MPOM-226] - Ignore .asf.yaml for license check in apache-rat-plugin
---
 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>