From f7f3b59afe36abc9e0d23b7e635ace2d260a0cf7 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 28 May 2026 21:04:20 +0200 Subject: [PATCH] Fix ITs for Maven 3.10.x --- src/it/non-changed-artifact/invoker.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/it/non-changed-artifact/invoker.properties b/src/it/non-changed-artifact/invoker.properties index a23a59c..4a874e6 100644 --- a/src/it/non-changed-artifact/invoker.properties +++ b/src/it/non-changed-artifact/invoker.properties @@ -15,8 +15,9 @@ # specific language governing permissions and limitations # under the License. -# check was removed in MRESOLVER-392 -invoker.maven.version = !4+ +# check was removed in https://issues.apache.org/jira/browse/MRESOLVER-392 +# resolver 2.x +invoker.maven.version = !4+,!3.10.0 # install called in two different Maven invocations, otherwise the build would fail with the Jar Plugin (MJAR-198) invoker.goals.1 = install