X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fpom.xml;h=d198e0c51d354979a79961d4b1318f99a66bffba;hb=43eed9d849d0fdaa89df3c07b048f4b68204bee3;hp=8b35f5519bfca27f3734134245873082a51f8724;hpb=c5e9d7300202dc5f4e225e8fe2f8be1480f89e39;p=sdnc%2Foam.git diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 8b35f551..d198e0c5 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,27 +5,22 @@ org.onap.sdnc.oam installation - 2.1.1-SNAPSHOT + 2.3.1-SNAPSHOT - org.onap.sdnc.oam installation-sdnc-web - 2.1.1-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 @@ -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