You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/12/24 00:12:58 UTC

[maven-integration-testing] branch MNG-7022 updated (c11fb61 -> 25e3dff)

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

michaelo pushed a change to branch MNG-7022
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


    omit c11fb61  [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward compat code
     new 25e3dff  [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward compat code

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   (c11fb61)
            \
             N -- N -- N   refs/heads/MNG-7022 (25e3dff)

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:
 .../test/java/org/apache/maven/it/MavenITmng4338OptionalMojosTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-integration-testing] 01/01: [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward compat code

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-7022
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit 25e3dffe62fb4a7ee8edae00b177f494707981d7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Nov 14 01:25:18 2020 +0100

    [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward compat code
    
    Disable test which still declares optional mojos. The test runs fine
    when optional mojos are removed from components.xml.
    
    This closes #79
---
 .../test/java/org/apache/maven/it/MavenITmng4338OptionalMojosTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4338OptionalMojosTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4338OptionalMojosTest.java
index 4d931b4..848cf57 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4338OptionalMojosTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4338OptionalMojosTest.java
@@ -35,7 +35,7 @@ public class MavenITmng4338OptionalMojosTest
 
     public MavenITmng4338OptionalMojosTest()
     {
-        super( "[3.0,)" );
+        super( "[3.0,4.0.0-alpha-1)" );
     }
 
     /**