aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-12 16:09:11 +0300
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-12 16:09:11 +0300
commit8c38abecfd7afee8d5ebc414ef9f5767a941e22a (patch)
tree69e608952929c41d9b2e3277aa5d8d05a450dcf7
parent8f848c65ee0000bb4211b228cf66ace774a8d9c6 (diff)
Build new VID UI
Change-Id: If106efe90bd5113c2ee137d4f36b20ebdc1f2904 Issue-ID: VID-280 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
-rw-r--r--.gitignore5
-rw-r--r--pom.xml2
-rw-r--r--vid-webpack-master/pom.xml54
3 files changed, 7 insertions, 54 deletions
diff --git a/.gitignore b/.gitignore
index 4b81f125b..4bc3fd84b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,8 @@ deliveries/target/
/vid-app-common/.idea/vid-app-common.iml
/vid-app-common/.idea/workspace.xml
/vid-app-common/.settings/org.eclipse.core.resources.prefs
+/vid-webpack-master/target/antrun/build-main.xml
+/vid-webpack-master/target/maven-archiver/pom.properties
+/vid-webpack-master/target/vid-webpack-master.war
+/vid-webpack-master/target/vid-webpack-master/app/ui/NO-WEBPACK.txt
+/vid-webpack-master/target/vid-webpack-master/WEB-INF/web.xml
diff --git a/pom.xml b/pom.xml
index 733ec5ce0..74ff5708b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,10 @@
</activation>
<modules>
<module>vid-app-common</module>
+ <module>vid-webpack-master</module>
<module>epsdk-app-onap</module>
<!--module>vid-automation</module-->
+ <!--module>vid-ext-services-simulator</module-->
</modules>
<repositories>
diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml
index fd069d741..c082c765e 100644
--- a/vid-webpack-master/pom.xml
+++ b/vid-webpack-master/pom.xml
@@ -35,48 +35,11 @@
<repositories>
<repository>
- <!-- Snapshots repository has ECOMP snapshot artifacts -->
- <id>att-mavencentral-ecomp-snapshots-repo</id>
- <name>ATT Maven Central - Snapshots</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-snapshots/</url>
- </repository>
- <repository>
<id>onap-staging</id>
<name>ONAP - Staging Repository</name>
<url>${nexusproxy}/${stagingNexusPath}</url>
</repository>
<repository>
- <!-- Releases repository has ECOMP release artifacts -->
- <id>att-mavencentral-ecomp-releases-repo</id>
- <name>ATT Maven Central - Releases</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-releases/</url>
- </repository>
- <repository>
- <!-- Third party repository has Oracle and other jars -->
- <id>att-mavencentral-3rd-repo</id>
- <name>ATT Maven Central - Third Party</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-3rd-party/</url>
- </repository>
- <repository>
- <!-- Service Assurance group has UEB/Cambria jars -->
- <id>att-mavencentral-sa-group</id>
- <name>ATT Maven Central - Service Assurance Group</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/groups/2020SAPC/</url>
- </repository>
- <repository>
- <!-- SWM repository has EELF jars -->
- <id>att-swm-repo</id>
- <name>ATT SWM Repository</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/swm-releases</url>
- </repository>
-
- <repository>
- <!-- Public repository has ECOMP jars -->
- <id>att-mavencentral-public</id>
- <name>ATT Maven Central - Public Group</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/groups/att-public-group</url>
- </repository>
- <repository>
<id>ecomp-releases</id>
<name>OpenECOMP - Release Repository</name>
<url>${nexusproxy}/${releaseNexusPath}</url>
@@ -93,20 +56,6 @@
</repository>
</repositories>
- <distributionManagement>
- <repository>
- <id>vid-releases</id>
- <name>VID Release Repository</name>
- <url>https://162.242.254.138:8443/repository/maven-releases</url>
- </repository>
-
- <snapshotRepository>
- <id>vid-snapshots</id>
- <name>VID Snapshot Repository</name>
- <url>https://162.242.254.138:8443/repository/maven-snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-
<profiles>
<profile>
<id>if-not-webpack</id>
@@ -183,9 +132,6 @@
<arguments>install</arguments>
<environmentVariables>
<CYPRESS_INSTALL_BINARY>0</CYPRESS_INSTALL_BINARY>
- <NO_PROXY>.att.com</NO_PROXY>
- <http_proxy>http://one.proxy.att.com:8080</http_proxy>
- <https_proxy>http://one.proxy.att.com:8080</https_proxy> <!-- for cypress install -->
</environmentVariables>
</configuration>
</execution>