X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sidecar%2Ffproxy%2Fpom.xml;h=a84ee98ce6c8e8b53f0803f05d9e7a5c6543f289;hb=25c0056a7846168dbc5cc86615039ad8d1e9a35d;hp=55221b9542009e3888d6af1e7ab8a31bbeb60218;hpb=0d9b3896ad594816b1eb7048949114e6a18c4bd4;p=aaf%2Fcadi.git diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index 55221b9..a84ee98 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -1,25 +1,22 @@ - + 4.0.0 @@ -27,23 +24,19 @@ org.onap.aaf.cadi.sidecar sidecar - 1.0.0-SNAPSHOT + 2.1.14-SNAPSHOT + + ${project.build.directory}/${project.artifactId}-build/ + + fproxy - 1.0.0-SNAPSHOT jar - aaf-fproxy + Sidecar fproxy ONAP AAF Forward Proxy Microservice For Pluggable Security - - - 2.0.3.RELEASE - ${basedir}/target - true - - @@ -58,18 +51,28 @@ + + org.apache.httpcomponents + httpclient + + org.springframework.boot spring-boot-starter-jetty + + org.springframework.boot + spring-boot-starter-aop + + org.springframework.boot spring-boot-starter-web - spring-boot-starter-tomcat org.springframework.boot + spring-boot-starter-tomcat org.springframework.boot @@ -79,27 +82,14 @@ - org.apache.commons - commons-lang3 - - - - org.apache.httpcomponents - httpclient + org.springframework.boot + spring-boot-starter-test com.google.code.gson gson - - - - org.springframework.boot - spring-boot-starter-test - test - - @@ -130,50 +120,78 @@ false 1 + -Xmx1024m -XX:MaxPermSize=256m - org.apache.maven.plugins - maven-resources-plugin - 3.0.2 - - - copy-docker-file - package - - copy-resources - - - target - true - - - ${basedir}/src/main/docker - true - - - ${basedir}/src/main/bin/ - true - - - - - - + maven-assembly-plugin + + + src/main/assembly/descriptor.xml + + + + + make-assembly + package + + single + + + + - com.spotify - docker-maven-plugin - 0.4.11 - - true - docker-hub - ${docker.push.registry}/onap/${project.artifactId} - ${docker.location} - - latest - - true - + io.fabric8 + docker-maven-plugin + 0.28.0 + + true + ${docker.apiVersion} + ${docker.pull.registry} + ${docker.push.registry} + docker-hub + ${docker.location} + + latest + + true + + + ${docker.push.registry}/onap/${project.artifactId} + + try + ${project.basedir}/src/main/docker + + latest + + + + + + ${fproxy.build.dir} + /${project.artifactId} + + + + + + + + + + + generate-images + install + + + + push-images + deploy + + push + + + org.apache.maven.plugins