X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdatarouter.git;a=blobdiff_plain;f=pom.xml;h=8156d09bb6c2ee7dee0197f4774735339a3c9973;hp=c6a660e0f311bf982caf7d572c5d2c2a60c5f74b;hb=875daad0a737115702458d1850ddee87ac4cea30;hpb=82c721e43342d3254d5bfda3a1e78030857278b8 diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index c6a660e0..8156d09b --- a/pom.xml +++ b/pom.xml @@ -1,121 +1,188 @@ - - - 4.0.0 - org.onap.dmaap.datarouter - parent - dmaap-datarouter - 1.0.0-SNAPSHOT - pom - https://github.com/att/DMAAP_DATAROUTER - - - BSD License - - - - - - org.onap.oparent - oparent - 1.0.0-SNAPSHOT - - - - UTF-8 - 1.8 - 1.8 - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/datarouter/${project.artifactId}/${project.version} - - - - - datarouter-prov - datarouter-node - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - - - - ecomp-releases - AAF Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - - onap-plugin-snapshots - 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 - - - + + + 4.0.0 + org.onap.dmaap.datarouter + parent + dmaap-datarouter + 2.0.2-SNAPSHOT + pom + https://github.com/att/DMAAP_DATAROUTER + + org.onap.oparent + oparent + 1.2.3 + + + 2.0.2-SNAPSHOT + 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} + 9.4.14.v20181114 + 8.2.0.v20160908 + 1.5.5 + 2.1.1 + 1.4.01 + 1.4.10 + 26.0-jre + 1.2.3 + 2.1.10 + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/dmaap/datarouter/${project.artifactId}/${project.version} + true + true + true + 1.10 + **/src/main/java/org/onap/dmaap/datarouter/reports/** + + + datarouter-prov + datarouter-node + datarouter-subscriber + datarouter-docker-compose + + + + + io.fabric8 + docker-maven-plugin + 0.28.0 + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + **/src/main/java/org/onap/dmaap/datarouter/reports/** + + + + + 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 + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + IntegrationSuite.java + + + + + + + + ecomp-releases + DR Release Repository + ${onap.nexus.url}${releaseNexusPath} + + + ecomp-snapshots + DR Snapshot Repository + ${onap.nexus.url}${snapshotNexusPath} + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + onap-plugin-snapshots + ${onap.nexus.url}${snapshotNexusPath} + + +