From f9aec68999bbd85aa0ec01b64c0b76cb5565efbb Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Tue, 30 Jun 2026 15:33:33 +0200 Subject: [PATCH] Enable IT once Maven #12405 is fixed This IT is disabled on Maven 4 due actual Maven core bug. --- src/it/projects/active-profiles_multimodule/invoker.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/it/projects/active-profiles_multimodule/invoker.properties b/src/it/projects/active-profiles_multimodule/invoker.properties index 5cf9d9ac..00b168d8 100644 --- a/src/it/projects/active-profiles_multimodule/invoker.properties +++ b/src/it/projects/active-profiles_multimodule/invoker.properties @@ -16,5 +16,3 @@ # under the License. invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:active-profiles -# not on Maven 4 until fixed https://github.com/apache/maven/issues/12405 -invoker.maven.version = 4- \ No newline at end of file