diff options
author | ig6133 <ig6133@intl.att.com> | 2017-04-05 16:10:49 +0300 |
---|---|---|
committer | ig6133 <ig6133@intl.att.com> | 2017-04-05 16:10:49 +0300 |
commit | a16ca445e3f5b154d7ac17e9b75f561886ba698a (patch) | |
tree | 2abc9810ffb18a6c930f5028705c6f38366caad5 /pom.xml | |
parent | 4d95bb8461adec361abad7f605e2ceed770cebfc (diff) |
Update javadoc configuration
Change-Id: If223535dd2091beee95a7fd0300ac5a91274017a
Signed-off-by: ig6133 <ig6133@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -181,6 +181,7 @@ <!--nexus--> <nexus.proxy>https://nexus.onap.org</nexus.proxy> + <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> <staging.profile.id>176c31dfe190a</staging.profile.id> <!--maven--> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> @@ -620,7 +621,10 @@ <name>Snapshot Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </snapshotRepository> - + <site> + <id>ecomp-site</id> + <url>dav:${nexus.proxy}${sitePath}</url> + </site> </distributionManagement> </project> |