Build new VID UI 39/60139/1
authorSonsino, Ofir (os0695) <os0695@intl.att.com>
Sun, 12 Aug 2018 13:09:11 +0000 (16:09 +0300)
committerSonsino, Ofir (os0695) <os0695@intl.att.com>
Sun, 12 Aug 2018 13:09:11 +0000 (16:09 +0300)
Change-Id: If106efe90bd5113c2ee137d4f36b20ebdc1f2904
Issue-ID: VID-280
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
.gitignore
pom.xml
vid-webpack-master/pom.xml

index 4b81f12..4bc3fd8 100644 (file)
@@ -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 733ec5c..74ff570 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        </activation>\r
                        <modules>\r
                                <module>vid-app-common</module>\r
+                               <module>vid-webpack-master</module>\r
                                <module>epsdk-app-onap</module>\r
                                <!--module>vid-automation</module-->\r
+                               <!--module>vid-ext-services-simulator</module-->\r
                        </modules>\r
 \r
                        <repositories>\r
index fd069d7..c082c76 100644 (file)
 
 
   <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>
     </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>
                   <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>