X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sidecar%2Ftproxy-config%2Fpom.xml;h=d734322957964ef97c8ab50e3a848e4001ba6f01;hb=25c0056a7846168dbc5cc86615039ad8d1e9a35d;hp=8ddf18633e19deabe239b0ed317cf19f3574cf94;hpb=376b25bccbbb558791a45f9da9eeaabb48baa7bb;p=aaf%2Fcadi.git diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index 8ddf186..d734322 100644 --- a/sidecar/tproxy-config/pom.xml +++ b/sidecar/tproxy-config/pom.xml @@ -1,49 +1,44 @@ - + 4.0.0 - org.onap.aaf.cadi + org.onap.aaf.cadi.sidecar sidecar - 1.0.0-SNAPSHOT - + 2.1.14-SNAPSHOT tproxy-config - 1.0.0-SNAPSHOT jar - aaf-tproxy-config + Sidecar tproxy-config ONAP AAF InitContainer For Pluggable Security UTF-8 UTF-8 3.5.32 - ${basedir}/target - true + ${project.basedir}/target/${project.artifactId}-${project.version}-build + @@ -51,7 +46,6 @@ com.mycila license-maven-plugin - 3.0
License.txt
@@ -71,57 +65,73 @@
+ + + maven-assembly-plugin + + + src/main/assembly/descriptor.xml + + + + + make-assembly + package + + single + + + + - org.apache.maven.plugins - maven-resources-plugin - 3.0.2 + io.fabric8 + docker-maven-plugin + 0.28.0 + + true + ${docker.apiVersion} + ${docker.pull.registry} + ${docker.push.registry} + + + ${docker.push.registry}/onap/${project.artifactId} + + try + ${project.basedir}/src/main/docker + + latest + + + + + + ${docker.location} + /${project.artifactId} + + + + + + + + - - copy-docker-file - package - - copy-resources - - - target - true - - - ${basedir}/src/main/docker - true - - - ${basedir}/src/main/bin/ - true - - - - - - - - com.spotify - docker-maven-plugin - 0.4.11 - - - com.github.jnr - jnr-unixsocket - 0.13 - - - - true - docker-hub - ${docker.push.registry}/onap/${project.artifactId} - ${docker.location} - - latest - - true - + + generate-images + install + + + + push-images + deploy + + push + + + + org.apache.maven.plugins maven-deploy-plugin