diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-15 13:29:51 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-15 13:43:23 -0400 |
commit | e9eaebcb5998259bfa3f5ea5e529fbb6ac5e0501 (patch) | |
tree | 733c00364b727be2a9e9581b8d0f2a7674ca2004 /pom.xml | |
parent | b5b99b72733ca5c064b46fdf4527ace28b8b545b (diff) |
Update the pom file for javadocs
Change-Id: I8342945f0266c51c6c2673c8919eb6f59c0b8e19
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -16,6 +16,8 @@ <module>aai-traversal</module> </modules> <properties> + <nexusproxy>https://nexus.onap.org</nexusproxy> + <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> @@ -57,6 +59,23 @@ <aai-core.version>1.1.0-SNAPSHOT</aai-core.version> </properties> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>${nexusproxy}/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${nexusproxy}/content/repositories/snapshots/</url> + </snapshotRepository> + <site> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> + </site> + </distributionManagement> + <!-- The standard build tasks for this project are inherited from the parent. Please do not override the build tasks. However tasks and/or profiles can be included here as well as additional dependencies for your service. Any |