summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-08-15 11:39:16 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-08-15 11:39:23 -0400
commitcb8f3f08832d9dc1f12cf2518ef4be895f7d9482 (patch)
tree19db3addc1d5a339134d0dfd0a412ae3bdeaa6ac
parent6571607c998b8bef7f062202bd544a81ab683da6 (diff)
Add distributionManagement for stage site
The stage-site jenkins job fails because it is missing this entry. Issue-Id: POLICY-139 Change-Id: I0bd6755fe07e1c05f15acff17df2f819fda32561 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 83d0e119..f2648892 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,13 @@
<modules>
</modules>
+ <distributionManagement>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
+ </site>
+ </distributionManagement>
+
<build>
<plugins>
<plugin>