X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-node%2Fpom.xml;h=f43fbd1c3a61acdd11d6b91a906c4c566818c04d;hb=102790938e1d344121be0edda6f82b6f1d9530fb;hp=b2b798b0f8d57f2bfd55ac1f4ee97b2db1521395;hpb=aaf2df8b908fcb48043d2cd51803d8fd99f18b43;p=dmaap%2Fdatarouter.git diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index b2b798b0..f43fbd1c 100644 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -21,22 +21,21 @@ * --> - 4.0.0 - - com.att.datarouter-node + 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-node - 0.0.1-SNAPSHOT jar - datarouter-node https://github.com/att/DMAAP_DATAROUTER - - - BSD License - - - + @@ -44,9 +43,21 @@ 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} - + junit @@ -75,6 +86,23 @@ servlet-api 2.5 + + com.thoughtworks.xstream + xstream + 1.4.7 + + + ch.qos.logback + logback-classic + 1.2.0 + compile + + + ch.qos.logback + logback-core + 1.2.0 + compile + org.eclipse.jetty @@ -171,12 +199,18 @@ org.apache.httpcomponents httpclient - 4.2.3 + 4.5.3 org.sonatype.http-testing-harness junit-runner 0.11 + + + org.databene + contiperf + + @@ -221,7 +255,7 @@ - com.att.research.datarouter.node.NodeMain + org.onap.datarouter.node.NodeMain @@ -243,7 +277,7 @@ true - com.att.research.datarouter.node.NodeMain + org.onap.datarouter.node.NodeMain @@ -328,7 +362,7 @@ docker-maven-plugin 0.4.11 - datarouter-node + onap/dmaap/datarouter-node ${dockerLocation} docker-hub https://${docker.registry} @@ -389,35 +423,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 @@ -430,43 +436,107 @@ - - - com.blackducksoftware.integration - hub-maven-plugin - 1.0.4 - false - - ${project.basedir} - - - - create-bdio-file - package + + 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 - createHubOutput + 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} + + + + onap-plugin-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + - - https://github.com/att/DMAAP_DATAROUTER.git - ${project.scm.connection} - https://github.com/att/DMAAP_DATAROUTER/tree/master - +