aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-16 13:27:42 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-16 14:32:02 -0500
commit655099257247228da802e828fa64338a60ac13e9 (patch)
tree4267ad332a34e051c0527c2b9af1d44f366b3142
parenta6557b0429dbe94a3806be237d9ba5aa7c4b183c (diff)
added repo and distribution
Change-Id: I9ae96a243460d83ee01f54637dd9f89d94148d88 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 06daacde8..8444d9371 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,28 @@
<name>Drools PDP Application Models</name>
<packaging>pom</packaging>
+ <properties>
+ <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ </properties>
+
+ <repositories>
+ <repository>
+ <id>central</id>
+ <name>Maven 2 repository</name>
+ <url>http://repo2.maven.org/maven2/</url>
+ </repository>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases/</url>
+ </repository>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>OpenECOMP Staging Repository</name>
+ <url>${nexusproxy}/content/repositories/staging/</url>
+ </repository>
+ </repositories>
+
<build>
<plugins>
<plugin>
@@ -164,4 +186,19 @@
<module>archetype-closedloop-demo-rules</module>
<module>packages</module>
</modules>
+
+
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP Snapshot Repository</name>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
</project>