X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-prov%2Fpom.xml;h=9d6841c7d61871c1242c4874a47c1bb76175d1e9;hb=102790938e1d344121be0edda6f82b6f1d9530fb;hp=3c0256443dcf8a1248850a865fa6b2f373f48751;hpb=82c721e43342d3254d5bfda3a1e78030857278b8;p=dmaap%2Fdatarouter.git diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 3c025644..9d6841c7 100644 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -34,25 +34,44 @@ jar datarouter-prov https://github.com/att/DMAAP_DATAROUTER - - - BSD License - - - + UTF-8 1.8 1.8 ${basedir}/target/ + 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/ /content/repositories/staging/ /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} - - + + + ch.qos.logback + logback-classic + 1.2.0 + compile + + + ch.qos.logback + logback-core + 1.2.0 + compile + + + com.thoughtworks.xstream + xstream + 1.4.7 + org.json json @@ -163,12 +182,18 @@ org.apache.httpcomponents httpclient - 4.2.3 + 4.5.3 org.sonatype.http-testing-harness junit-runner 0.11 + + + org.databene + contiperf + + junit @@ -495,17 +520,95 @@ + + + + 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} @@ -520,26 +623,5 @@ - - - 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 - -