X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fcadi.git;a=blobdiff_plain;f=sidecar%2Ffproxy%2Fpom.xml;h=8cd4880f5374bc3583fab61531a1ef5ba8066993;hp=e79bd3e93f41ec0169e47156f8a3fc2cd20b557b;hb=refs%2Fheads%2Fmaster;hpb=5aa8aec689a399e7803e84e531532d0c61631ec1 diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index e79bd3e..fce139d 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -1,21 +1,21 @@ - @@ -24,30 +24,38 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.7-SNAPSHOT + 2.1.19-SNAPSHOT + + ${project.build.directory}/${project.artifactId}-build/ + + fproxy jar Sidecar fproxy ONAP AAF Forward Proxy Microservice For Pluggable Security + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import - - - - org.apache.httpcomponents - httpclient + org.apache.httpcomponents + httpclient - + org.springframework.boot spring-boot-starter-jetty @@ -61,12 +69,27 @@ 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-test + + + com.google.code.gson + gson + @@ -97,55 +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 - - 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 + + + + +