aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-12 17:16:13 +0300
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-12 17:19:31 +0300
commitccfb3ba1fbeb9f2807fa498686ce4441ac5cfc21 (patch)
tree5cc9772191226b592497d5476398314b0849b245 /vid-webpack-master
parent8c38abecfd7afee8d5ebc414ef9f5767a941e22a (diff)
New VID UI - distribution fix
Change-Id: I864ba9f4d4025cc46ea069c4c6137721a00f24af Issue-ID: VID-280 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-webpack-master')
-rw-r--r--vid-webpack-master/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml
index c082c765e..8a02b2e1d 100644
--- a/vid-webpack-master/pom.xml
+++ b/vid-webpack-master/pom.xml
@@ -56,6 +56,20 @@
</repository>
</repositories>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>VID Release Repository</name>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>VID Snapshot Repository</name>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
+ </snapshotRepository>
+
+ </distributionManagement>
+
<profiles>
<profile>
<id>if-not-webpack</id>