From 6e2234ce6ee4492ba65dead0329e2a24fe1a75c3 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Mon, 17 Feb 2020 23:04:25 +0100 Subject: Fix for not running tests Junit5 version lowered. 5.6.0 Junit5 has issues with maven-surefire-plugin Issue-ID: AAF-996 Signed-off-by: kjaniak Change-Id: I17489f106d42d4c0b66d8f68ef500fba2b68f261 --- certService/pom.xml | 59 +++++------------------------------------------------ 1 file changed, 5 insertions(+), 54 deletions(-) (limited to 'certService/pom.xml') diff --git a/certService/pom.xml b/certService/pom.xml index a8a5296c..51588f16 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -74,67 +74,18 @@ org.springframework.boot spring-boot-maven-plugin - - - - repackage - - - - pre-integration-test - - start - - - - post-integration-test - - stop - - - + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins maven-javadoc-plugin - - true - false - false - ${java.home}/bin/javadoc - - - - aggregate - site - - aggregate - - - - attach-javadoc - - jar - - - org.springdoc springdoc-openapi-maven-plugin - ${springdoc-openapi-maven-plugin.version} - - - integration-test - - generate - - - - - ${springdoc-openapi-maven-plugin.apiDocsUrl} - api-docs.json - ${project.build.directory} - -- cgit 1.2.3-korg