aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-07 13:18:06 -0400
committerLusheng Ji <lji@research.att.com>2017-04-07 13:18:06 -0400
commite16144b1b779d1e419e38f8dd41e619068914086 (patch)
treeba7f0fc9d3371dd8bcf3d2469ea694a074fe0e98
parent4d1b8242b588cc026d5ca06920e3d87c529611de (diff)
javadoc test
Change-Id: Ie6692c46edbdb3527543e5db5bc0c8778e6b2e93 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ee8b6b1..1192551 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,4 +43,13 @@
<version>1.1.0-SNAPSHOT</version>
<relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath>
</parent>
+ <distributionManagement>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/dmaapbc/${project.artifactId}/${project.version}/</url>
+ </site>
+ </distributionManagement>
+ <properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ </properties>
</project>