From b2c2e88915e7db0b3d0a619c15335318b7e7eb40 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 12 Sep 2024 08:17:33 +0200 Subject: [PATCH] [MNG-8234] Fix IT (#361) --- .../mng-7804-plugin-execution-order/pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/its/core-it-suite/src/test/resources/mng-7804-plugin-execution-order/pom.xml b/its/core-it-suite/src/test/resources/mng-7804-plugin-execution-order/pom.xml index e14caa454b..c94a8dfdd3 100644 --- a/its/core-it-suite/src/test/resources/mng-7804-plugin-execution-order/pom.xml +++ b/its/core-it-suite/src/test/resources/mng-7804-plugin-execution-order/pom.xml @@ -16,16 +16,14 @@ clean - clean - 100 + clean[100] 300. This should be third clean - clean - 300 + clean[300] @@ -38,16 +36,14 @@ run - clean - 200 + clean[200] 400. This should be fourth run - clean - 400 + clean[400]