added repo and distribution 59/559/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 16 Feb 2017 18:27:42 +0000 (13:27 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 16 Feb 2017 19:32:02 +0000 (14:32 -0500)
Change-Id: I9ae96a243460d83ee01f54637dd9f89d94148d88
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 06daacd..8444d93 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <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>
                <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>