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

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

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)" );
     }
 
     /**