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/pom.xml | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) (limited to 'ecomp-sdk/pom.xml') diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 788f63e0..e58f129c 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -33,11 +33,24 @@ UTF-8 4.2.0.RELEASE 4.3.11.Final - true + false https://nexus.onap.org content/repositories/snapshots/ content/repositories/staging/ content/repositories/releases/ + 0.7.7.201606060606 + **/scripts/**/*,**.js + **/test/**/*,**/tests/**/* + java + jacoco + true + ${project.build.directory}/surefire-reports + ${project.basedir}/jacoco.exec + ${project.basedir}/target/it-jacoco.exec + true + ${project.version} + true + ${project.basedir} + + + + pre-unit-test + none + + + post-unit-test + none + + + pre-integration-test + none + + + post-integration-test + none + + + + portal-prepare-agent + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + + portal-offline-instrument + + instrument + + + + portal-restore-instrumented-classes + test + + restore-instrumented-classes + + + + portal-post-unit-test + test + + report + + + ${sonar.jacoco.reportPath} + ${project.basedir}/target/site/jacoco + + + + + -- cgit 1.2.3-korg