From 1298fd26f37cd451cbf1adbea68b98151662e796 Mon Sep 17 00:00:00 2001 From: Hima Elisetty Date: Fri, 12 Jan 2018 10:36:42 -0500 Subject: Introduce JUNIT Plumbing Issue-ID: PORTAL-161, PORTAL-160, PORTAL-159 Includes Change in encryption and decryption algorithm Change-Id: I5f379d6d9ac25536744152ac1d61223a52f1ce7f Signed-off-by: Hima Elisetty --- ecomp-sdk/epsdk-analytics/pom.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'ecomp-sdk/epsdk-analytics/pom.xml') diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml index 9d433363..57dbdc0a 100644 --- a/ecomp-sdk/epsdk-analytics/pom.xml +++ b/ecomp-sdk/epsdk-analytics/pom.xml @@ -19,7 +19,31 @@ - + + + + org.jacoco + jacoco-maven-plugin + + + + portal-offline-instrument + none + + instrument + + + + portal-restore-instrumented-classes + none + + restore-instrumented-classes + + + + + + @@ -160,6 +184,13 @@ + + + org.jacoco + org.jacoco.agent + ${jacoco.version} + runtime + -- cgit 1.2.3-korg