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 09:45:40 UTC

[maven-parent] branch MPOM-226 created (now 44a64ab)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MPOM-226
in repository https://gitbox.apache.org/repos/asf/maven-parent.git.


      at 44a64ab  [MPOM-226] - Add ignore rule to apache-rat-plugin for .asf.yaml

This branch includes the following new commits:

     new 44a64ab  [MPOM-226] - Add ignore rule to apache-rat-plugin for .asf.yaml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-parent] 01/01: [MPOM-226] - Add ignore rule to apache-rat-plugin for .asf.yaml

Posted by kh...@apache.org.
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 <kh...@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>