This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/master by this push: new 7041065 [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward compat code 7041065 is described below commit 704106565d864d5e903e73d7bf8c5f044624b569 Author: Michael Osipov <micha...@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)" ); } /**