X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bc30ee2813b3d0d8bcf074e7a1097e78a69fd83c;hb=66babf21bfc92ab0b522284ca8435a1faafffafc;hp=53cbb70824eeb679826c4a62fc1d84b22844a17c;hpb=72dbb8fd3c038ae19f0f44c9de5c343a2fdfd5b1;p=dmaap%2Fbuscontroller.git diff --git a/pom.xml b/pom.xml index 53cbb70..bc30ee2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,43 @@ + 4.0.0 org.onap.dmaap.buscontroller buscontroller - 1.0.1 + ${artifact.version} dmaap-buscontroller org.onap.oparent oparent - 0.1.0 + 1.1.0 - + buscontroller org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M1 enforce-no-snapshots @@ -40,6 +59,77 @@ + + + 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 + + + + @@ -56,9 +146,10 @@ org.apache.maven.plugins maven-dependency-plugin [2.10,) - - copy-dependencies - + install + + copy-dependencies + @@ -71,6 +162,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} + **/** + + + + + + + + @@ -156,7 +287,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.0.1-SNAPSHOT + 1.0.8-SNAPSHOT @@ -179,12 +310,19 @@ + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + 2.16 UTF-8 9.3.7.v20160115 0.0.1 - 1.0.1 + 1.0.13 0.7.7.201606060606 3.2 @@ -194,6 +332,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.