diff options
author | Michael Lando <ml636r@att.com> | 2017-04-05 14:38:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-04-05 14:38:27 +0000 |
commit | 0d53f3f1d67204a26577b38d4c9c905ae9370348 (patch) | |
tree | be187ca8c90aa74cecf9d6b91d8a4e27ae4eba8c | |
parent | 3c90e954d3a36e49a4aa8704031eaf93a8c7c450 (diff) | |
parent | a16ca445e3f5b154d7ac17e9b75f561886ba698a (diff) |
Merge "Update javadoc configuration"
-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> |