From a23b752f7569a9b3a43f291ee1d0219c0f3cf69f Mon Sep 17 00:00:00 2001 From: Krzysztof Woyke Date: Tue, 6 Apr 2021 22:31:47 +0200 Subject: [PATCH] JAVA-3596: Fix exec-maven-plugin config in the testing-modules --- testing-modules/junit-5/pom.xml | 15 +++++++++++++++ testing-modules/test-containers/pom.xml | 16 ---------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/testing-modules/junit-5/pom.xml b/testing-modules/junit-5/pom.xml index 63d766a469..90898ebb3f 100644 --- a/testing-modules/junit-5/pom.xml +++ b/testing-modules/junit-5/pom.xml @@ -105,6 +105,21 @@ + + org.codehaus.mojo + exec-maven-plugin + ${exec-maven-plugin.version} + + + + java + + + + + com.baeldung.TestLauncher + + org.apache.maven.plugins maven-surefire-report-plugin diff --git a/testing-modules/test-containers/pom.xml b/testing-modules/test-containers/pom.xml index 3fad49edca..2280a89b4a 100644 --- a/testing-modules/test-containers/pom.xml +++ b/testing-modules/test-containers/pom.xml @@ -79,22 +79,6 @@ true - - - org.codehaus.mojo - exec-maven-plugin - - - - java - - - - - com.baeldung.TestLauncher - - -