diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | vid-webpack-master/pom.xml | 54 |
3 files changed, 7 insertions, 54 deletions
@@ -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 @@ -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 fd069d74..c082c765 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> |