From 25ae87db56ba17e9f01dcd79688c85acc345a828 Mon Sep 17 00:00:00 2001 From: Awambeng <114798938+Awambeng@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:16:36 +0100 Subject: [PATCH] Merge pull request #298 * Add IT profile for integration testing in the top level project * updated pom.xml --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index e48bb3c2a..426305f12 100644 --- a/pom.xml +++ b/pom.xml @@ -700,6 +700,25 @@ + + IT + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + false + + **/*Test + **/*IT + + + + + +