Add distributionManagement for stage site 17/7617/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 15 Aug 2017 15:39:16 +0000 (11:39 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 15 Aug 2017 15:39:23 +0000 (11:39 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 83d0e11..f264889 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <modules>
        </modules>
 
+       <distributionManagement>
+               <site>
+                       <id>ecomp-site</id>
+                       <url>dav:${nexusproxy}${sitePath}</url>
+               </site>
+       </distributionManagement>
+
        <build>
                <plugins>
                        <plugin>