aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-04 13:17:40 -0400
committerLusheng Ji <lji@research.att.com>2017-04-04 13:17:40 -0400
commitaba4518197f24c85903a8664c273af0b132b4115 (patch)
treee2d8277d8240712b31e912e6af5a3e3042ffbe20
parent11890968629f6798f15585a6cea27fc391a3f00c (diff)
pom javadoc
Change-Id: I345da2f0dc85ed9c747fc0b8ff2d5079d6b997f6 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 702419f..4cdab9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
<url>${nexusproxy}/content/repositories/snapshots/</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>dav:https://ecomp-nexus:8443/repository/dcae-javadoc/org.openecomp.dcae.dmaapbc/${project.version}</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/dmaapbc/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>
<pluginRepositories>
@@ -45,7 +45,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
<configuration>
- <skip />
+ <skip/>
</configuration>
</plugin>
<plugin>