From 77a2226aa16c72637952227ade90421f1c96404a Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 7 Oct 2022 08:27:22 +0200 Subject: [PATCH] Allow running the it suite with mvn4 (#203) --- .../basic/pom.xml | 2 +- .../maven-it-plugin-bootstrap/pom.xml | 5 ----- its/pom.xml | 12 ++++++++++++ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/its/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml b/its/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml index 56c040b893..35b4f19c72 100644 --- a/its/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml +++ b/its/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml @@ -31,7 +31,7 @@ under the License. junit junit - 4.11 + 4.12 diff --git a/its/core-it-support/maven-it-plugin-bootstrap/pom.xml b/its/core-it-support/maven-it-plugin-bootstrap/pom.xml index 4eef3049f0..841f9efedd 100644 --- a/its/core-it-support/maven-it-plugin-bootstrap/pom.xml +++ b/its/core-it-support/maven-it-plugin-bootstrap/pom.xml @@ -57,11 +57,6 @@ under the License. maven-resolver-impl ${mavenResolverVersion} - - org.apache.maven.plugin-tools - maven-plugin-annotations - 3.3 - diff --git a/its/pom.xml b/its/pom.xml index 74b29f4d91..de8fc4ba48 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -212,6 +212,18 @@ under the License. + + org.apache.maven.plugins + maven-enforcer-plugin + 3.1.0 + + + org.codehaus.mojo + extra-enforcer-rules + 1.6.0 + + + org.apache.rat apache-rat-plugin