aboutsummaryrefslogtreecommitdiffstats
path: root/annotations
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-13 14:24:14 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-13 14:24:23 -0500
commit7a31a9412827dac614aba492c504cb02a3dc6da0 (patch)
tree8dff8d511b14741925158bbbb635d3b6bcf5488c /annotations
parent4c790f64daf7822de00405140d17e08f296a642f (diff)
Modify pom files
Change-Id: I403d09ebd553266fa657520914a3f2ca942a931b Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'annotations')
-rw-r--r--annotations/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 92cf2a0..32c9e62 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -80,4 +80,20 @@
</plugin>
</plugins>
</build>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>ECOMP Snapshot Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ <site>
+ <id>ecomp-javadoc</id>
+ <url>dav:https://ecomp-nexus:8443/repository/aai/logging-service-javadoc/${project.version}</url>
+ </site>
+ </distributionManagement>
</project>