X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fcadi.git;a=blobdiff_plain;f=sidecar%2Ffproxy%2Fpom.xml;h=8875dd8954af46361311202cf75659bbf716f477;hp=8035e846088d2909f51b530cf0338e55daf993ae;hb=refs%2Fheads%2Fmaster;hpb=6c3031ea90d5b51ae44a599c0cd0d95c057cf633 diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index 8035e84..fce139d 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -1,48 +1,41 @@ - + 4.0.0 - fproxy - 1.0.0-SNAPSHOT - jar - - org.onap.aaf.cadi + org.onap.aaf.cadi.sidecar sidecar - 1.0.0-SNAPSHOT + 2.1.19-SNAPSHOT - aaf-fproxy - ONAP AAF Forward Proxy Microservice For Pluggable Security - - - 2.0.3.RELEASE - ${basedir}/target - true - + ${project.build.directory}/${project.artifactId}-build/ + + + fproxy + jar + + Sidecar fproxy + ONAP AAF Forward Proxy Microservice For Pluggable Security @@ -58,44 +51,45 @@ + + 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 + org.springframework.boot spring-boot-starter-tomcat + + org.springframework.boot + spring-boot-starter-json org.springframework.boot - spring-boot-starter-actuator - - - - org.apache.commons - commons-lang3 - - - - org.apache.httpcomponents - httpclient + spring-boot-starter-test - - org.springframework.boot - spring-boot-starter-test - test + com.google.code.gson + gson - @@ -126,65 +120,83 @@ 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 - - - - - - - - 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 - + maven-assembly-plugin + + + src/main/assembly/descriptor.xml + + + + + make-assembly + package + + single + + + + +