X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fbuscontroller.git;a=blobdiff_plain;f=pom.xml;h=5a2d435edc0cb7f9ac1642a646796c8d5a5108fa;hp=7536702fb6c9e78777dfe91ff53df01297e040a4;hb=53eef7bbc76b4443877e5ab4a1bd10083335e41e;hpb=637ab9c16fe84a4d3b60c7b6abade56c0a9c0c75 diff --git a/pom.xml b/pom.xml index 7536702..5a2d435 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,7 +19,8 @@ ============LICENSE_END============================================ ECOMP is a trademark and service mark of AT&T Intellectual Property. --> - + 4.0.0 org.onap.dmaap.buscontroller buscontroller @@ -28,10 +29,10 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 - + buscontroller @@ -50,13 +51,12 @@ 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 - + 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 @@ -66,76 +66,73 @@ - - - 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-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 - - - + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + @@ -153,10 +150,10 @@ org.apache.maven.plugins maven-dependency-plugin [2.10,) - install - - copy-dependencies - + install + + copy-dependencies + @@ -169,49 +166,81 @@ - - - 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} - **/** - - - - - - - - + + + docker + + + + com.spotify + docker-maven-plugin + 1.0.0 + + java:openjdk-8-jre + ${onap.nexus.dockerregistry.daily}/${docker.image} + ["./bin/dmaapbc", "deploy"] + ${onap.nexus.dockerregistry.daily} + + ${artifact.version} + latest + + + /opt/app/dmaapbc/log + + true + root + + + /opt/app/dmaapbc/lib + target + buscontroller.jar + + + /opt/app/dmaapbc/etc + misc + LocalKey + logback.xml + org.onap.dmaap-bc.trust.jks + dbc-api.jks + + + /opt/app/dmaapbc/etc + . + version.properties + + + /opt/app/dmaapbc/misc + misc + opensource.env + cert-client-init.sh + *.tmpl + + + /opt/app/dmaapbc/bin + misc + dmaapbc + doaction + + + + mv /opt/app/dmaapbc/etc/dbc-api.jks /opt/app/dmaapbc/etc/keystore + chmod 600 /opt/app/dmaapbc/etc/keystore + chmod 600 /opt/app/dmaapbc/etc/org.onap.dmaap-bc.trust.jks + chmod +x /opt/app/dmaapbc/misc/cert-client-init.sh + chmod +x /opt/app/dmaapbc/bin/* + mkdir /opt/app/dmaapbc/logs + mkdir /opt/app/dmaapbc/www + mkdir /opt/app/dmaapbc/www/doc + + /opt/app/dmaapbc + + + + + + - org.glassfish.jersey jersey-bom @@ -222,21 +251,21 @@ - - io.swagger - swagger-core - 1.5.13 - - - io.swagger - swagger-jersey2-jaxrs - 1.5.13 - - - io.swagger - swagger-annotations - 1.5.13 - + + io.swagger + swagger-core + 1.5.13 + + + io.swagger + swagger-jersey2-jaxrs + 1.5.13 + + + io.swagger + swagger-annotations + 1.5.13 + org.glassfish.jersey.containers jersey-container-servlet-core @@ -257,12 +286,12 @@ jetty-server ${jettyVersion} - - org.onap.aaf.authz - aaf-cadi-aaf - 2.1.2-SNAPSHOT - full - + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.5-SNAPSHOT + full + org.eclipse.jetty @@ -291,18 +320,14 @@ org.postgresql postgresql - 9.4.1208.jre7 + 42.2.5 + + + + org.onap.dmaap.dbcapi + dbcapi + 1.0.17-SNAPSHOT - - com.att.eelf - eelf-core - ${eelf.version} - - - org.onap.dmaap.dbcapi - dbcapi - 1.0.14-SNAPSHOT - @@ -326,35 +351,35 @@ - - ecomp-site - dav:${nexusproxy}${sitePath} - + + ecomp-site + dav:${nexusproxy}${sitePath} + 2.16 UTF-8 - 9.3.7.v20160115 - 0.0.1 - 1.0.16 - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + 9.3.8.RC0 + 1.0.0 + 1.0.24 + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - - onap/dmaap/buscontroller + + onap/dmaap/buscontroller - https://nexus.onap.org - nexus3.onap.org:10003 + https://nexus.onap.org + nexus3.onap.org:10003 - - /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} + + /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} - Packaging Platform (DMaaP) Bus Controller API as a Docker container. + Packaging Platform (DMaaP) Bus Controller API as a Docker container.