diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-15 11:39:16 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-15 11:39:23 -0400 |
commit | cb8f3f08832d9dc1f12cf2518ef4be895f7d9482 (patch) | |
tree | 19db3addc1d5a339134d0dfd0a412ae3bdeaa6ac /pom.xml | |
parent | 6571607c998b8bef7f062202bd544a81ab683da6 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -49,6 +49,13 @@ <modules> </modules> + <distributionManagement> + <site> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> + </site> + </distributionManagement> + <build> <plugins> <plugin> |