aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-20 03:59:08 +0000
committerlj1412 <lji@research.att.com>2017-02-20 03:59:08 +0000
commitedbf0dffad6130172003b42dd75d249cabc9f6c7 (patch)
tree2cd89c97b8d27ecd01a64df59af13763b5d29f5e
parentae75ca7324df474f548b564758506604061772bb (diff)
pom added url for dist mgmt
Change-Id: I4f6896c8ee3602111305d579016ad93f1ea90923 Signed-off-by: lj1412 <lji@research.att.com>
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1f5a8ad..fc0b80e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
<url>${nexusproxy}/content/repositories/snapshots/</url>
</snapshotRepository>
<site>
- <id>mso-javadoc</id>
- <url>dav:https://ecomp-nexus:8443/repository/mso-javadoc/org.openecomp.dmaapbc/${project.version}</url>
+ <id>dcae-javadoc</id>
+ <url>dav:https://ecomp-nexus:8443/repository/dcae-javadoc/org.openecomp.dcae.dmaapbc/${project.version}</url>
</site>
</distributionManagement>
<pluginRepositories>
@@ -262,6 +262,7 @@
<jersey.version>2.16</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jettyVersion>9.0.2.v20130417</jettyVersion>
+ <nexusproxy>https://nexus.openecomp.org</nexusproxy>
</properties>
<description>Data Movement as a Platform (DMaaP) Bus Controller provides an API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers.</description>
</project>