X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fpom.xml;h=921293fc941f705ffdcbbc3b7080d9d0c6c03f82;hb=9720e30699bb2d9e4cb7c0f4a7b7b94eb3ce4b1f;hp=8e4497529b922e4c9bec5ebb64f8cfe3f40a61f2;hpb=eef450e6f6c80c5d39517b0c84b9b5e01b5e65ae;p=sdnc%2Foam.git diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 8e449752..921293fc 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,46 +5,28 @@ org.onap.sdnc.oam installation - 2.0.1-SNAPSHOT + 2.5.4-SNAPSHOT - org.onap.sdnc.oam installation-sdnc-web - 2.0.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} ${maven.build.timestamp} - org.onap.ccsdk.features.sdnr.wt - 1.0.0 ${https_proxy} yyyyMMdd'T'HHmmss'Z' - deploy - true org.onap.ccsdk.features.sdnr.wt - sdnr-wt-odlux-framework - ${ccsdk.features.version} - - - org.onap.ccsdk.features.sdnr.wt - sdnr-wt-odlux-apps-installer - ${ccsdk.features.version} - zip - repo - - - org.onap.ccsdk.features.sdnr.wt - sdnr-wt-helpserver-installer + sdnr-wt-odlux-installer ${ccsdk.features.version} zip repo @@ -54,9 +36,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate @@ -77,7 +59,7 @@ copy-dockerfile copy-resources - + validate ${basedir}/target/docker-stage @@ -96,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 @@ -125,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 + + + + @@ -141,141 +144,14 @@ unpack features generate-sources - unpack + unpack-dependencies - - - - ${ccsdk.groupId} - sdnr-wt-odlux-framework - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-connectApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-eventLogApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-helpApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-maintenanceApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-minimumApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-configurationApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-demoApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-faultApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/* - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-inventoryApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-mediatorApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-odlux-app-performanceHistoryApp - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - odlux/** - - - - ${ccsdk.groupId} - sdnr-wt-helpserver-provider - ${ccsdk.features.version} - jar - false - ${project.build.directory}/docker-stage/html - help/** - - + ${basedir}/target/docker-stage/html + true + false + true + true @@ -283,7 +159,7 @@ io.fabric8 docker-maven-plugin - 0.16.5 + 0.34.0 false @@ -291,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} @@ -301,18 +178,12 @@ + ${docker.verbose} + ${docker.skip.push} - generate-images - package - - build - - - - push-images - ${docker.push.phase} + build-push-images build push