X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-widget-ms%2Fwidget-ms%2Fpom.xml;h=8f5a5897aff9ddc2b924ab834e73fc4f347fe341;hb=4750a197efd18dd20d8f99e8cb7912ea6fd18587;hp=58baed49a93cf0199c0dd0bbcb1f538299d4d260;hpb=0bb15c121f521fd9dda318dd030101878e6249d9;p=portal.git diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index 58baed49..8f5a5897 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -1,9 +1,9 @@ - 4.0.0 + 4.0.0 - + org.springframework.boot spring-boot-starter-parent @@ -13,7 +13,7 @@ org.onap.portal widget-ms - 1.3.0 + 2.5.0 jar widget-microservice @@ -23,7 +23,9 @@ UTF-8 1.8 4.3.11.Final - true + false + + 0.7.6.201602180812 @@ -42,16 +44,22 @@ org.springframework.boot spring-boot-starter-security + + + org.springframework.security + spring-security-web + + org.springframework.boot spring-boot-starter-thymeleaf - + org.springframework.boot spring-boot-configuration-processor @@ -128,6 +136,53 @@ + + + org.jacoco + org.jacoco.agent + ${jacocoVersion} + runtime + + + org.apache.tomcat.embed + tomcat-embed-core + 8.5.28 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.10 + + + com.fasterxml.jackson.core + jackson-core + 2.8.10 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.10 + + + org.springframework.security + spring-security-web + 4.1.4.RELEASE + + + org.projectlombok + lombok + 1.18.4 + @@ -135,18 +190,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,38 +232,63 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8 + true - org.jacoco jacoco-maven-plugin - 0.7.6.201602180812 - - true - - True + ${jacocoVersion} - + + + pre-unit-test + none + + + post-unit-test + none + + + pre-integration-test + none + + + post-integration-test + none + + - prepare-agent + portal-prepare-agent prepare-agent - test ${sonar.jacoco.reportPath} + - report + portal-offline-instrument - report + instrument + + + + portal-restore-instrumented-classes + test + + restore-instrumented-classes + + + portal-post-unit-test test + + report + ${sonar.jacoco.reportPath} ${project.basedir}/target/site/jacoco @@ -199,8 +297,25 @@ + + 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} + + +