X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=5694cb786b960249c8641439baa0cf5a81698cb2;hb=refs%2Fheads%2Fbeijing;hp=c6a660e0f311bf982caf7d572c5d2c2a60c5f74b;hpb=76cc6907029d09abe01a075538be5b613fe01320;p=dmaap%2Fdatarouter.git diff --git a/pom.xml b/pom.xml index c6a660e0..5694cb78 100644 --- a/pom.xml +++ b/pom.xml @@ -26,26 +26,29 @@ org.onap.dmaap.datarouter parent dmaap-datarouter - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom https://github.com/att/DMAAP_DATAROUTER - - - BSD License - - - + org.onap.oparent oparent - 1.0.0-SNAPSHOT + 0.1.1 UTF-8 1.8 1.8 + java + false + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco-it.exec + true + ${project.version} https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ @@ -72,17 +75,94 @@ ecomp-staging + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + 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 + + + + ecomp-releases - AAF Release Repository + DR Release Repository ${nexusproxy}${releaseNexusPath} ecomp-snapshots - AAF Snapshot Repository + DR Snapshot Repository ${nexusproxy}${snapshotNexusPath} @@ -96,26 +176,5 @@ https://nexus.onap.org/content/repositories/snapshots/ - - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - onap-jar-snapshots - https://nexus.onap.org/content/repositories/snapshots - - - spring-repo - Spring repo - https://artifacts.alfresco.com/nexus/content/repositories/public/ - - - repository.jboss.org-public - JBoss.org Maven repository - https://repository.jboss.org/nexus/content/groups/public - - +