X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fpom.xml;h=6b6fc0bd0a9e23905050ac770a344e81da7cd9a3;hb=c4a6764f015afc9c8236d2c5d6384ef330fd4397;hp=e41fa2b760509462181be3b3e5daf0dad529d254;hpb=535d0aebfabf7992678f7e2c0a4bba249f57af4b;p=sdnc%2Foam.git diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index e41fa2b7..6b6fc0bd 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,27 +5,22 @@ org.onap.sdnc.oam installation - 2.1.2-SNAPSHOT + 2.5.5-SNAPSHOT - org.onap.sdnc.oam installation-sdnc-web - 2.1.2-SNAPSHOT pom sdnc-oam :: installation :: ${project.artifactId} Creates SDN Controller WebUI Docker container - docker.io/bitnami/nginx:1.16-debian-9 + docker.io/bitnami/nginx:1.21-debian-10 onap/sdnc-web-image ${project.version} - 1.1.1-SNAPSHOT ${maven.build.timestamp} ${https_proxy} yyyyMMdd'T'HHmmss'Z' - deploy - true @@ -41,9 +36,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate @@ -64,7 +59,7 @@ copy-dockerfile copy-resources - + validate ${basedir}/target/docker-stage @@ -83,27 +78,27 @@ copy-siteconf copy-resources - + validate - ${basedir}/target/docker-stage + ${basedir}/target/docker-stage/conf src/main/resources *.conf + *.rules true - copy-scripts copy-resources - + validate ${basedir}/target/docker-stage/bin @@ -112,12 +107,33 @@ src/main/scripts *.sh + *.py true + + copy-favicon + + copy-resources + + validate + + ${basedir}/target/docker-stage/html + + + src/main/resources + + favicon.ico + odlux.application.list + + false + + + + @@ -143,7 +159,7 @@ io.fabric8 docker-maven-plugin - 0.16.5 + 0.34.0 false @@ -151,8 +167,9 @@ ${image.name} try - ${basedir}/target/docker-stage - ${basedir}/target/docker-stage/Dockerfile + true + ${basedir}/target/docker-stage + Dockerfile ${project.docker.latestminortag.version} ${project.docker.latestfulltag.version} @@ -161,18 +178,12 @@ + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - push-images - ${docker.push.phase} + build-push-images build push