X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-widget-ms%2Fwidget-ms%2Fpom.xml;h=67350d28420e1e4eca7d283aa0fd0b57137c9972;hb=b6079b39fc1193a32223933f7d93c08a63809689;hp=da6eb99db535fce556fac9c8f939a839359daf01;hpb=b415db2e304f285c620e6084d29eda66988fd625;p=portal.git diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index da6eb99d..67350d28 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.springframework.boot spring-boot-starter-parent @@ -24,6 +24,8 @@ 1.8 4.3.11.Final true + + 0.7.6.201602180812 @@ -128,6 +130,13 @@ + + + org.jacoco + org.jacoco.agent + ${jacocoVersion} + runtime + @@ -135,18 +144,36 @@ ${project.artifactId} - + src/main/resources true - - ../common-widgets/target - - **/*.zip - - - + + ../common-widgets/target + + **/*.zip + + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + @@ -159,13 +186,90 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8 + true + + org.jacoco + jacoco-maven-plugin + ${jacocoVersion} + + + + 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 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + + + + + ecomp-site + dav:https://nexus.onap.org/content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + +