aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-04 13:17:24 -0400
committerLusheng Ji <lji@research.att.com>2017-04-04 13:17:24 -0400
commitea67555f6ef9075b0ac61aee947b6fef2bf65be5 (patch)
tree5ad364da4a689ae718dc0ee33360249b4e2ce33a
parent48e81fe1dd90a7965a4bb00739410c5422865c40 (diff)
pom javadoc
Change-Id: I044e85445460bae5ad60fab9cb99de7397c6fdaf Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 81b1675..be38637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,5 @@
<?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 +436,8 @@
<url>${nexusproxy}/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>