diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-15 13:27:36 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-15 13:28:23 -0400 |
commit | f189b8504ab23c3fc1168749ef8be07af392a8b9 (patch) | |
tree | 6885f86f0ec371751e6eac2529533e3403160b3f /pom.xml | |
parent | c0e8c47e202ef604b449e72556c8757764744f7d (diff) |
Add the readme and also update dist
Add the distribution management info for the changes needed for pushing
javadocs
Change-Id: Ibd68f6adecd8dba28c811bf205acf1d7072cd015
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -17,6 +17,7 @@ </modules> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> + <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> <module.ajsc.namespace.name>ActiveAndAvailableInventory-CloudNetwork</module.ajsc.namespace.name> @@ -95,6 +96,23 @@ </repositories> + <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 |