X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fpom.xml;h=aa06272a07b7b8c53d70cdf747de90827365837e;hb=6148bb7d53b1dea484bbd2715e91548a9137bf2a;hp=8817c936f2b0eb602c0fb48b5dd9d65d41627592;hpb=53a21834ccd5925b806c245650ee3aa9a94f9fbf;p=sdnc%2Foam.git diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 8817c936..aa06272a 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,7 +5,7 @@ org.onap.sdnc.oam installation - 2.3.0-SNAPSHOT + 2.6.0-SNAPSHOT installation-sdnc-web @@ -15,7 +15,7 @@ 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} ${maven.build.timestamp} @@ -36,9 +36,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate @@ -59,7 +59,7 @@ copy-dockerfile copy-resources - + validate ${basedir}/target/docker-stage @@ -78,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 @@ -107,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 + + + +