diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-07 10:35:29 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-07 10:35:29 -0400 |
commit | 96fe0703325a076ed0d98233b2864ad56d1abdbf (patch) | |
tree | 56850a281196e702c9cc955cd6164d9ba92b0da1 | |
parent | bbe75b26229398f56c17f5f08c62590d1576b091 (diff) |
pom javadoc
Change-Id: I1a7f75b60780aa7ecb1ba9e689542dd7a4866698
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,7 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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"> +<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.dcae</groupId> @@ -438,8 +435,8 @@ <url>https://nexus.onap.org/content/repositories/snapshots/</url> </snapshotRepository> <site> - <id>dcae-inventory-javadoc</id> - <url>dav:https://ecomp-nexus:8443/repository/dcae-javadoc/dcae-inventory/${project.version}</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/dcae-inventory/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> </project> |