From 08a2c60d9e2276d7913750f4aa320e5b22f0d23e Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 20 Oct 2023 17:19:56 +0200 Subject: [PATCH] [MNG-7916] Simply get rid of LifecycleMappingsXpp3Reader/Writer (#1295) Since the v3 model has been replaced by the v4 model, that would be in line. We can revisit and restore full compatibility later if needed. --- maven-plugin-api/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml index d236d4a7a9..c6dc4a43c5 100644 --- a/maven-plugin-api/pom.xml +++ b/maven-plugin-api/pom.xml @@ -78,8 +78,6 @@ under the License. - - @@ -87,7 +85,6 @@ under the License. packageModelV3=org.apache.maven.plugin.lifecycle packageModelV4=org.apache.maven.plugin.lifecycle packageToolV4=org.apache.maven.plugin.lifecycle.io - packageToolV4Xpp3=org.apache.maven.plugin.lifecycle.io.xpp3 @@ -137,6 +134,8 @@ under the License. org.apache.maven.plugin.lifecycle.Phase#setExecutions(java.util.List):METHOD_REMOVED org.apache.maven.plugin.lifecycle.Phase#setId(java.lang.String):METHOD_REMOVED org.apache.maven.plugin.lifecycle.Phase#Phase():CONSTRUCTOR_REMOVED + org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader + org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer