From 7dc46a626fbec4ca58568f1066569fe3fe3b635e Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Mon, 3 Feb 2020 13:47:39 +0100 Subject: add sdnc-web dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add osgifree dist for web based content Issue-ID: SDNC-1013 Signed-off-by: Michael Dürre Change-Id: I3964f13cf15479525862c2abddfd154fe9dcabee Former-commit-id: b565c3dc19ab4658db2c86fe2bd6d24072b72944 --- installation/sdnc-web/pom.xml | 334 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 installation/sdnc-web/pom.xml (limited to 'installation/sdnc-web/pom.xml') diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml new file mode 100644 index 00000000..66db3d69 --- /dev/null +++ b/installation/sdnc-web/pom.xml @@ -0,0 +1,334 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.5.1-SNAPSHOT + + + + org.onap.sdnc.oam + installation-sdnc-web + 1.8.0-SNAPSHOT + pom + + sdnc-oam :: installation :: ${project.artifactId} + Creates SDN Controller Docker container + + + docker.io/bitnami/nginx:1.16-debian-9 + oof-pci/ccsdk-odlwt-webserver + ${maven.build.timestamp} + org.onap.ccsdk.features.sdnr.wt + 0.7.1-SNAPSHOT + ${project.version} + ${https_proxy} + yyyyMMdd'T'HHmmss'Z' + deploy + true + 93C4A3FD7BB9C367 + + + + + 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} + repo + zip + + + org.onap.ccsdk.features.sdnr.wt + sdnr-wt-helpserver-installer + ${ccsdk.features.version} + repo + zip + + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${basedir}/src/main/scripts/TagVersion.groovy + + + + + + maven-resources-plugin + 2.6 + + + copy-dockerfile + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/docker + + Dockerfile + + true + + + + + + copy-siteconf + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/resources + + *.conf + + true + + + + + + + copy-scripts + + copy-resources + + validate + + ${basedir}/target/docker-stage/bin + + + src/main/scripts + + *.sh + + true + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack features + generate-sources + + unpack + + + + + + ${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/* + + + + + + + + io.fabric8 + docker-maven-plugin + 0.16.5 + false + + + + ${image.name} + + try + ${basedir}/target/docker-stage + ${basedir}/target/docker-stage/Dockerfile + + ${project.docker.latestminortag.version} + ${project.docker.latestfulltag.version} + ${project.docker.latesttagtimestamp.version} + + + + + + + + generate-images + package + + build + + + + push-images + ${docker.push.phase} + + build + push + + + + + + + + org.apache.maven.wagon + wagon-http-lightweight + 2.2 + + + + -- cgit 1.2.3-korg