From ada043da3e26eec79adcf93a4680d06e0263355f Mon Sep 17 00:00:00 2001 From: jandroav Date: Tue, 10 Oct 2023 10:11:15 +0200 Subject: [PATCH] chore(pom.xml): add maven-surefire-plugin to redirect test output to file feat(pom.xml): add surefire-junit4 dependency to enable JUnit 4 support for surefire plugin --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 9652b679..50373fd1 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,21 @@ + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.surefire + surefire-junit4 + 3.0.0 + + + + true + + +