From 51d83152697da4f2ef2242471ee43f36e6b64300 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 28 Sep 2017 11:18:14 -0400 Subject: Update license; improve coverage; add docs dir Update licenses to match approved text; add where missing. Improve code coverage with additional tests. Use OParent. Drop ecomp-portal-BE-common-test entirely; tests merged to ecomp-portal-BE-common. All code from LF repo branch master_dev_amsterdam_1_3_0 Issue: PORTAL-42, PORTAL-50, PORTAL-90, PORTAL-96 Change-Id: I09d98bbf072411d2efed6fb34f378f7cc8d049ad Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-BE-common/pom.xml | 246 ++++++++++++++++------------------------- 1 file changed, 97 insertions(+), 149 deletions(-) (limited to 'ecomp-portal-BE-common/pom.xml') diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 6e5e5ee0..9d349147 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -1,139 +1,92 @@ 4.0.0 - org.onap.portal + + org.onap.portal + onap-portal-parent + 1.3.0-SNAPSHOT + + ecompportal-be-common war - - 1.3.0-SNAPSHOT - 4.2.0.RELEASE - 4.3.11.Final - 1.0.0 - 2.7.4 - 1.3.0 - UTF-8 - false - https://nexus.onap.org - /content/repositories/snapshots/ - content/repositories/staging/ - /content/repositories/releases/ - - - onap-releases - ONAP - Release Repository - ${nexusproxy}/${releaseNexusPath} - - - onap-staging - ONAP - Staging Repository - ${nexusproxy}/${stagingNexusPath} - - - onap-snapshots - ONAP - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - - - - - doclint-java8-disable - - [1.8,) - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - - - - - ${project.artifactId} - 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 - - - - - default-instrument - - instrument - - - - default-restore-instrumented-classes - - restore-instrumented-classes - - - - - report-integration - - report-integration - - - ${sonar.jacoco.itReportPath} - ${project.basedir}/target/site/it-jacoco - - - - - - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + True + + + + prepare-agent + + prepare-agent + + + false + ${sonar.jacoco.reportPath} + + + + default-instrument + + instrument + + + false + + + + default-restore-instrumented-classes + test + + restore-instrumented-classes + + + false + + + + post-unit-test + test + + report + + + false + ${sonar.jacoco.reportPath} + ${project.basedir}/target/site/jacoco + + + + report-integration + test + + report-integration + + + false + ${sonar.jacoco.itReportPath} + ${project.basedir}/target/site/it-jacoco + + + org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 3.0.0-M1 attach-javadocs @@ -170,7 +123,7 @@ WEB-INF/lib/*.jar - + org.apache.maven.plugins @@ -275,7 +228,6 @@ - @@ -346,11 +298,8 @@ - + org.apache.tiles @@ -648,9 +597,9 @@ 1.8.5 - org.jacoco - jacoco-maven-plugin - 0.7.6.201602180812 + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 @@ -680,38 +629,37 @@ io.springfox springfox-swagger2 - 2.5.0 + 2.7.0 io.springfox springfox-swagger-ui - 2.5.0 + 2.7.0 - + - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - org.glassfish.jersey.core - jersey-client - 2.23.1 - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - 2.6.3 - - - org.glassfish.jersey.connectors - jersey-jetty-connector - 2.23.1 - + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + org.glassfish.jersey.core + jersey-client + 2.23.1 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.6.3 + + + org.glassfish.jersey.connectors + jersey-jetty-connector + 2.23.1 + - -- cgit 1.2.3-korg