X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=0ffa3143dc6d60f3d464a17f49a71a2fbb328667;hb=refs%2Fheads%2Fmaster;hp=bbb85d4d0f9f29fd73fcf0e76463464b8ba4322f;hpb=ef8d501c841c5154d1eb47b1849319c29c98c79e;p=aai%2Fsparky-be.git diff --git a/pom.xml b/pom.xml index bbb85d4..908afa2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,10 +2,16 @@ 4.0.0 - + + + org.onap.oparent + oparent + 2.0.0 + + org.onap.aai sparky-be - 1.2.0-SNAPSHOT + 2.0.5-SNAPSHOT pom aai-sparky-be @@ -14,41 +20,230 @@ sparkybe-onap-application/pom.xml + + /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} + https://nexus.onap.org + 2.6.0 + + + + + + 0.90 + 0.8.5 + 3.2 + jacoco + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + 3.7.0.1746 + + 3.8.1 + 11 + 11 + 11 + 11 + + + + + + org.onap.portal.sdk + epsdk-fw + ${portal.sdk.version} + + + + - - - maven-deploy-plugin - - true - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + true + + ${maven-compiler-plugin.source} + ${maven-compiler-plugin.source} + ${maven-compiler-plugin.target} + ${maven-compiler-plugin.test.source} + ${maven-compiler-plugin.test.target} + + + + org.apache.maven.plugins + maven-deploy-plugin + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + org/onap/aai/babel/xml/generator/xsd/* + + + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + + + default-check + + check + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M4 + + + ${surefireArgLine} + + + **/IT*.java + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M4 + + + + integration-tests + + integration-test + verify + + + + ${failsafeArgLine} + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar.scanner.version} + + + + + ecomp-releases ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${onap.nexus.url}/content/repositories/releases/ ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${onap.nexus.url}/content/repositories/snapshots/ + + ecomp-site + dav:${onap.nexus.url}${sitePath} + @@ -60,19 +255,18 @@ ecomp-releases ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${onap.nexus.url}/content/repositories/releases/ ecomp-staging ECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ + ${onap.nexus.url}/content/repositories/staging/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ -