From 22a2996fa5d9edac9e8b7ffd276fda6b5a7b9b98 Mon Sep 17 00:00:00 2001 From: Youssef Chawki Date: Wed, 2 May 2018 00:14:47 +0200 Subject: [PATCH] Resolved problem Jacoco analysing 0 classes Change-Id: I5561488482369b013403ce9be004f68ccb7518ea Issue-ID: AAF-239 Signed-off-by: Youssef Chawki --- auth/auth-deforg/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index f8dc24de..d282819b 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -179,6 +179,9 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec ${project.reporting.outputDirectory}/jacoco-ut + + ** + @@ -189,6 +192,9 @@ ${project.build.directory}/code-coverage/jacoco-it.exec + + ** + failsafeArgLine -- 2.16.6