summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-15 13:27:36 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-15 13:28:23 -0400
commitf189b8504ab23c3fc1168749ef8be07af392a8b9 (patch)
tree6885f86f0ec371751e6eac2529533e3403160b3f /pom.xml
parentc0e8c47e202ef604b449e72556c8757764744f7d (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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e0f9c69..97ee2fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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