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:07 UTC

[maven-parent] branch MPOM-226 updated (16cf3cf -> 7982255)

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.


 discard 16cf3cf  [MPOM-226] - Ignore .asf.yaml for licenses in apache-rat-plugin
     new 7982255  [MPOM-226] - Ignore .asf.yaml for license check in apache-rat-plugin

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (16cf3cf)
            \
             N -- N -- N   refs/heads/MPOM-226 (7982255)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


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

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 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>