aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-core-tools/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-04 13:18:04 -0400
committerLusheng Ji <lji@research.att.com>2017-04-04 13:18:04 -0400
commit78940f01170cb758f85f47789e471348803fbf42 (patch)
treecc0024ec9b2c35139c96468ca690c36ea2edf101 /ncomp-core-tools/pom.xml
parent7a7f2ef34a7a08cf8104401530f037e4bded78fb (diff)
pom javadoc
Change-Id: I838ffa583adffaea785e823b00ec6271cb90d3fb Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'ncomp-core-tools/pom.xml')
-rw-r--r--ncomp-core-tools/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ncomp-core-tools/pom.xml b/ncomp-core-tools/pom.xml
index 31a710d..f02113b 100644
--- a/ncomp-core-tools/pom.xml
+++ b/ncomp-core-tools/pom.xml
@@ -1,5 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.core</groupId>
<artifactId>ncomp-core-tools</artifactId>
@@ -15,7 +15,7 @@
<openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy>
<openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId>
<openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<build>
@@ -80,8 +80,8 @@
<url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>${site.urlroot}/${project.artifactId}/${project.version}/</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/core/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>