From 23634dba70b166ad3c79b5eadfbd32b5375d44be Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 25 Sep 2017 16:07:54 -0400 Subject: MariaDB Connector and Sonar Scans; clean nl PORTAL-50: Fix to get the Sonar coverage for ONAP PORTAL-72: Sonar scan - resolving severity Blocker issues PORTAL-86: Remove internal att.com usages from tests and other files PORTAL-102: Fixed the page refresh issue on App Account Management page PORTAL-103: Fix to enhanced notification ticket source for ONAP PORTAL-104: Replaced mysql DB connector with mariaDB Issue: PORTAL-50 PORTAL-72 PORTAL-86 PORTAL-102 PORTAL-103 PORTAL-104 Change-Id: Iae78ad34ed9ce5ae1f2d36fcbb93fbc1e39944e5 Signed-off-by: Christopher Lott (cl778h) --- pom.xml | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 110 insertions(+), 14 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 06af5a43..02fcc8cb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,22 @@ ecompportal-parent-project 0 pom - portal + portal + + java + jacoco + true + ${project.build.directory}/surefire-reports + ${project.basedir}/target/jacoco.exec + ${project.basedir}/target/it-jacoco.exec + true + ${project.version} + true + ${project.basedir} + **/scripts/**/*,**.js + **/test/**/*,**/tests/**/* + . + @@ -15,22 +30,103 @@ ecomp-portal-BE-common ecomp-portal-BE-os - ecomp-portal-BE-common-test + ecomp-portal-FE-os ecomp-portal-widget-ms + + + + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.0.2 + + + - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - true - - - - - + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + True + + + + prepare-agent + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + report + + report + + + ${sonar.jacoco.reportPath} + ${project.basedir}/target/site/jacoco + + + + + report-integration + + report-integration + + + ${sonar.jacoco.itReportPath} + ${project.basedir}/target/site/it-jacoco + + + + default-instrument + + instrument + + + ${skipTests} + + + + default-restore-instrumented-classes + + restore-instrumented-classes + + + ${skipTests} + + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + + + \ No newline at end of file -- cgit 1.2.3-korg