X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7536702fb6c9e78777dfe91ff53df01297e040a4;hb=637ab9c16fe84a4d3b60c7b6abade56c0a9c0c75;hp=6658514142afb3a7e0ea49454e6bdd50505b9ce8;hpb=9f6f75a7362e402ec6ccb3a40d895600d5f32e90;p=dmaap%2Fbuscontroller.git diff --git a/pom.xml b/pom.xml index 6658514..7536702 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.1 + 1.1.0 - + buscontroller org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M1 enforce-no-snapshots @@ -31,6 +50,13 @@ No Snapshots Allowed! org.onap.dmaap.dbcapi:dbcapi + org.onap.aaf.authz:aaf-cadi-client + org.onap.aaf.authz:aaf-misc-env + org.onap.aaf.authz:aaf-cadi-aaf + org.onap.aaf.authz:aaf-auth-client + org.onap.aaf.authz:aaf-cadi-core + org.onap.aaf.authz:aaf-misc-rosetta + @@ -39,22 +65,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 +169,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} + **/** + + + + + + + + @@ -136,6 +257,13 @@ jetty-server ${jettyVersion} + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.2-SNAPSHOT + full + + org.eclipse.jetty jetty-servlet @@ -173,7 +301,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.0.1-SNAPSHOT + 1.0.14-SNAPSHOT @@ -196,12 +324,19 @@ + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + 2.16 UTF-8 9.3.7.v20160115 0.0.1 - 1.0.1 + 1.0.16 0.7.7.201606060606 3.2 @@ -211,6 +346,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.