From ff76b5ed0aa91d5fdf9dc4f95e8b20f91ed9d072 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Tue, 10 Jul 2018 15:57:37 +0300 Subject: New Angular UI from 1806 Change-Id: I39c160db0e0a6ec2e587ccf007ee1b23c6a08666 Issue-ID: VID-208 Signed-off-by: Sonsino, Ofir (os0695) --- vid-webpack-master/pom.xml | 305 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 vid-webpack-master/pom.xml (limited to 'vid-webpack-master/pom.xml') diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml new file mode 100644 index 000000000..fd069d741 --- /dev/null +++ b/vid-webpack-master/pom.xml @@ -0,0 +1,305 @@ + + + 4.0.0 + + + org.onap.vid + vid-webpack-master + 1.3.0 + war + VID UI + VID UI + + + UTF-8 + + + + + + true + + false + + + https://nexus.onap.org + content/repositories/staging/ + content/repositories/snapshots/ + content/repositories/releases/ + + + + + + + att-mavencentral-ecomp-snapshots-repo + ATT Maven Central - Snapshots + http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-snapshots/ + + + onap-staging + ONAP - Staging Repository + ${nexusproxy}/${stagingNexusPath} + + + + att-mavencentral-ecomp-releases-repo + ATT Maven Central - Releases + http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-releases/ + + + + att-mavencentral-3rd-repo + ATT Maven Central - Third Party + http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-3rd-party/ + + + + att-mavencentral-sa-group + ATT Maven Central - Service Assurance Group + http://mavencentral.it.att.com:8084/nexus/content/groups/2020SAPC/ + + + + att-swm-repo + ATT SWM Repository + http://mavencentral.it.att.com:8084/nexus/content/repositories/swm-releases + + + + + att-mavencentral-public + ATT Maven Central - Public Group + http://mavencentral.it.att.com:8084/nexus/content/groups/att-public-group + + + ecomp-releases + OpenECOMP - Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + OpenECOMP - Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + ecomp-public + ecomp onap public Repository + https://nexus.onap.org/content/groups/public + + + + + + vid-releases + VID Release Repository + https://162.242.254.138:8443/repository/maven-releases + + + + vid-snapshots + VID Snapshot Repository + https://162.242.254.138:8443/repository/maven-snapshots + + + + + + if-not-webpack + true + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + make-empty-dist + validate + + + + + Note: 'webpack' profile was not selected while mvn build. This 'dist' folder was created to make the war creation through. + + + + + run + + + + + + + + + + webpack + + + + com.github.eirslett + frontend-maven-plugin + + 1.6 + + + + + install node and npm + + install-node-and-npm + + + + v8.9.4 + 5.6.0 + + + + + npm set no-progress + + npm + + + set progress=false + + + + + npm install + + npm + + + + install + + 0 + .att.com + http://one.proxy.att.com:8080 + http://one.proxy.att.com:8080 + + + + + + npm run test + + npm + + + run test + + + + + npm run build + + npm + + + run build + + + + + + + + + + + cypress + + + + com.github.eirslett + frontend-maven-plugin + + 1.6 + + + + + install node and npm + + install-node-and-npm + + + + v8.9.4 + 5.6.0 + + + + + npm install cypress + + npm + + + + install --verbose cypress @bahmutov/add-typescript-to-cypress + + .att.com + http://one.proxy.att.com:8080 + http://one.proxy.att.com:8080 + + + + + + npm run cypress + + npm + + + false + run cypress:run -- --config baseUrl=http://${VID_HOST}:8080/vid + + + + + + + + + + + + vid-webpack-master + + + + org.apache.maven.plugins + maven-war-plugin + 3.2.0 + + + + + dist + app/ui + + + src/WEB-INF/web.xml + + + + + + + + + + + + -- cgit 1.2.3-korg