X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=e47c8c0943b8261781d09e8bcf8bbdf319d56a03;hb=19c3632f247dfee75bb1fe97a67140bd50ea26cc;hp=c402ca2a9cb7b6f9538bf56f898281934a26c3af;hpb=8dad6dfbab808df0a6209a52bd321ed436652bb6;p=dmaap%2Fkafka11aaf.git diff --git a/pom.xml b/pom.xml index c402ca2..e47c8c0 100644 --- a/pom.xml +++ b/pom.xml @@ -16,13 +16,13 @@ org.onap.oparent oparent - 1.1.0 + 1.2.1 org.onap.dmaap.kafka kafka11aaf - 1.0.0-SNAPSHOT - kafka11aaf + 0.0.3-SNAPSHOT + dmaap-kafka11aaf Apache License Version 2.0 @@ -40,6 +40,28 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + org.apache.maven.plugins maven-site-plugin @@ -114,6 +136,53 @@ + + maven-dependency-plugin + + + copy + package + + copy + + + target + UTF-8 + + + org.onap.dmaap.messagerouter.mirroragent + dmaapMMAgent + 1.1.1-SNAPSHOT + dmaapMMAgent.jar + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + org.onap.dmaap.messagerouter.mirroragent:dmaapMMAgent + + + + true + + + + com.spotify docker-maven-plugin @@ -135,6 +204,11 @@ ${project.build.directory} **/** + + / + ${project.build.directory} + dmaapMMAgent.jar + @@ -201,17 +275,42 @@ + + org.apache.maven.plugins + maven-assembly-plugin + 2.4.1 + + + + jar-with-dependencies + + + kafka11aaf + + + + make-assembly + + package + + single + + + + + UTF-8 - 0.0.1 + 0.0.3 /content/sites/site/org/onap/dmaap/kafka0111/${project.artifactId}/${project.version} true true https://nexus.onap.org nexus3.onap.org:10003 + https://nexus.onap.org @@ -223,6 +322,53 @@ + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.2 + + + org.slf4j + slf4j-api + 1.7.2 + + + org.slf4j + slf4j-simple + 1.7.2 + runtime + + + org.apache.kafka + kafka_2.11 + 0.11.0.3 + + + org.powermock + powermock-api-mockito + 1.6.4 + test + + + + org.powermock + powermock-module-junit4 + 1.6.4 + test + + + + org.powermock + powermock-module-junit4-rule + 1.6.4 + test + + + org.mockito + mockito-core + 1.10.19 + test +