aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-17 16:38:36 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-17 16:38:38 +0800
commitdfbada2502eb65038c7e5ddbaaa54b670b054d65 (patch)
tree117b004f1f2880a70748b6a9291ff6b13c882778
parentd371468574962a0c8b779a7ee00b8722860ef14b (diff)
Upgrade usecase-ui server project version
Change-Id: Id0dc7388bd948c8fd7812bd81f0347f0c7a5e7ec Issue-ID: USECASEUI-259 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c2e6d21c..2e29d2a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,21 @@
<siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath>
</properties>
+ <distributionManagement>
+ <repository>
+ <id>onap-releases</id>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>onap-snapshots</id>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
+ </snapshotRepository>
+ <site>
+ <id>onap-site</id>
+ <url>dav:${nexusproxy}${siteNexusPath}</url>
+ </site>
+ </distributionManagement>
+
<!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml
files among developers. Use values (not properties) so oparent can be resolved. -->
<repositories>