From 6d9ab7c49057a859cb10481d60b52b009b119a9c Mon Sep 17 00:00:00 2001 From: Awambeng Date: Thu, 11 Apr 2024 12:20:04 +0100 Subject: [PATCH] Add IT profile for integration testing in the top level project --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index e48bb3c2a..87e47d2be 100644 --- a/pom.xml +++ b/pom.xml @@ -700,6 +700,25 @@ + + IT + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + **/*Test + **/*IT + + + + + +