X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=fba4897bb9c56ef9f7dbac8d43cf71486454b9ba;hb=260eb0a55cbfe2e177ec37017628c5c55605c644;hp=6658514142afb3a7e0ea49454e6bdd50505b9ce8;hpb=9f6f75a7362e402ec6ccb3a40d895600d5f32e90;p=dmaap%2Fbuscontroller.git diff --git a/pom.xml b/pom.xml index 6658514..fba4897 100644 --- a/pom.xml +++ b/pom.xml @@ -3,22 +3,21 @@ 4.0.0 org.onap.dmaap.buscontroller buscontroller - 1.0.1 + ${artifact.version} dmaap-buscontroller org.onap.oparent oparent - 0.1.1 + 1.1.0 - + buscontroller org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M1 enforce-no-snapshots @@ -39,22 +38,77 @@ - - - org.apache.maven.plugins - maven-dependency-plugin - - - install - - copy-dependencies - - - ${project.build.directory}/dependency - - - - + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.3 + + + + package + + shade + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + org.onap.dmaap.dbcapi.server.Main + + + + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ecomp-staging + ${nexusproxy} + 176c31dfe190a + + + + + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + @@ -88,6 +142,46 @@ + + + docker + + + + com.spotify + docker-maven-plugin + 1.0.0 + + ${onap.nexus.dockerregistry.daily}/${docker.image} + ${project.basedir} + ${onap.nexus.dockerregistry.daily} + + ${artifact.version} + latest + + true + + + / + ${project.basedir} + + target/**/* + pom.xml + + + + + / + ${project.build.directory} + **/** + + + + + + + + @@ -173,7 +267,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.0.1-SNAPSHOT + 1.0.6-SNAPSHOT @@ -196,12 +290,19 @@ + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + 2.16 UTF-8 9.3.7.v20160115 0.0.1 - 1.0.1 + 1.0.10 0.7.7.201606060606 3.2 @@ -211,6 +312,15 @@ target/code-coverage/jacoco-it.exec **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + + onap/dmaap/buscontroller + + https://nexus.onap.org + nexus3.onap.org:10003 + + + /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} Packaging Platform (DMaaP) Bus Controller API as a Docker container.