X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=configbackuprestore%2Fpom.xml;h=43157f2c0e7f804b0806f563ed08ac89a1c14576;hb=refs%2Fheads%2Fmaster;hp=5b01a9cb1a127336ddf83e569f5c740603e37462;hpb=db386c7a0e9807b042a675208a1e7802501bca27;p=sdnc%2Foam.git diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml index 5b01a9cb..43157f2c 100644 --- a/configbackuprestore/pom.xml +++ b/configbackuprestore/pom.xml @@ -1,36 +1,93 @@ - - 4.0.0 - org.onap.ccsdk.parent - configbackuprestore - 1.0-SNAPSHOT - Archetype - configbackuprestore - pom - - - org.springframework.boot - spring-boot-starter-parent - 1.5.4.RELEASE + + 4.0.0 + + + org.onap.ccsdk.parent + spring-boot-1-starter-parent + 2.6.1 - - UTF-8 - + org.onap.sdnc.oam.vnfbackup + configbackuprestore + 2.2.0-SNAPSHOT + pom + + sdnc-oam :: vnfbackup + + + getBackupVnfDetailService + vnfconfigreportsservice + vnfconfigbackupservice + + + + + ecomp-releases + http://nexus.onap.org/content/repositories/releases + + + ecomp-snapshots + http://nexus.onap.org/content/repositories/snapshots + + - - - junit - junit - 3.8.1 - test - - + + UTF-8 + + nexus.onap.org + 443 + https + https://nexus.onap.org/content/groups/public + https://nexus.onap.org/content/groups/staging + https://nexus.onap.org/content/repositories/releases + https://nexus.onap.org/content/repositories/snapshots + ecomp-staging + 176c31dfe190a + + + + junit + junit + 3.8.1 + test + + - - getBackupVnfDetailService - + + + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + surefireArgLine + + + + post-unit-test + test + + report + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + +