X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-prov%2Fpom.xml;h=9d6841c7d61871c1242c4874a47c1bb76175d1e9;hb=102790938e1d344121be0edda6f82b6f1d9530fb;hp=51c995de520d4715673e1a547da588ac0e53199b;hpb=315f5603d8e42969a13d985ca8bb50146e82325a;p=dmaap%2Fdatarouter.git diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 51c995de..9d6841c7 100644 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -21,31 +21,57 @@ * --> - 4.0.0 - - com.att.datarouter-prov + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + + org.onap.dmaap.datarouter + parent + 1.0.1-SNAPSHOT + ../pom.xml + + datarouter-prov - 1.0.0-SNAPSHOT jar - datarouter-prov https://github.com/att/DMAAP_DATAROUTER - - - BSD License - - - + UTF-8 1.8 1.8 ${basedir}/target/ - hub.docker.com + 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 @@ -156,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 @@ -262,7 +294,7 @@ true - com.att.research.datarouter.provisioning.Main + org.onap.datarouter.provisioning.Main @@ -286,7 +318,7 @@ true - com.att.research.datarouter.provisioning.Main + org.onap.datarouter.provisioning.Main ${basedir}/target/opt/app/datartr/lib @@ -328,7 +360,7 @@ docker-maven-plugin 0.4.11 - datarouter-prov + onap/dmaap/datarouter-prov ${dockerLocation} docker-hub https://${docker.registry} @@ -341,24 +373,6 @@ - - com.blackducksoftware.integration - hub-maven-plugin - 1.0.4 - false - - ${project.basedir} - - - - create-bdio-file - package - - createHubOutput - - - - maven-resources-plugin @@ -493,35 +507,7 @@ - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrhdme - https://oss.sonatype.org/ - true - - + org.codehaus.mojo @@ -534,25 +520,108 @@ + + + + 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 + + + + - - - - ossrhdme - https://oss.sonatype.org/content/repositories/snapshots - - - ossrhdme - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + + ecomp-releases + DR Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + DR Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + - - - https://github.com/att/DMAAP_DATAROUTER.git - ${project.scm.connection} - https://github.com/att/DMAAP_DATAROUTER/tree/master - + + + onap-plugin-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + +