diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-07 13:18:06 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-07 13:18:06 -0400 |
commit | e16144b1b779d1e419e38f8dd41e619068914086 (patch) | |
tree | ba7f0fc9d3371dd8bcf3d2469ea694a074fe0e98 | |
parent | 4d1b8242b588cc026d5ca06920e3d87c529611de (diff) |
javadoc test
Change-Id: Ie6692c46edbdb3527543e5db5bc0c8778e6b2e93
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |