diff options
author | Dan Timoney <dt5972@att.com> | 2018-08-13 19:15:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-13 19:15:28 +0000 |
commit | e95f32a81fca90d8011df0f5c0eeb07c55153161 (patch) | |
tree | 9997e478673ac443b2b62f362a6098d92db4bd60 | |
parent | 3f8e0f20d346ec01dfa216f2c594064a27d7d61b (diff) | |
parent | 0d5be9d94c13f19030a373d74efe7c2dc97367b5 (diff) |
Merge "Add site definition in distributionManagement"
-rwxr-xr-x | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -20,6 +20,10 @@ <organization> <name>ONAP</name> </organization> + + <properties> + <sitePath>content/sites/site/org/onap/ccsdk/sli/core/${project.version}/</sitePath> + </properties> <modules> <module>utils</module> @@ -77,4 +81,10 @@ </profile> </profiles> + <distributionManagement> + <site> + <id>ecomp-site</id> + <url>dav:${onap.nexus.url}/${sitePath}</url> + </site> + </distributionManagement> </project> |