Add missing distributionManagement section to poms 66/79466/3
authorLee, Tian (tl5884) <TianL@amdocs.com>
Fri, 1 Mar 2019 17:06:07 +0000 (17:06 +0000)
committerLee, Tian (tl5884) <TianL@amdocs.com>
Fri, 1 Mar 2019 17:22:32 +0000 (17:22 +0000)
Change-Id: I85d4c78abda0af32b9994b01f8abceaabe276e18
Issue-ID: AAI-2203
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
elasticsearch-sg/pom.xml
pom.xml

index cd24333..b3dba83 100644 (file)
        <version>1.4.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
+       <properties>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>
                </plugins>
        </build>
 
+       <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>
+       </distributionManagement>
+
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3eb4543..f7c542e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <module>elasticsearch-sg</module>
        </modules>
 
+       <properties>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>
                </plugins>
        </build>
 
+       <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>
+       </distributionManagement>
+
 </project>
\ No newline at end of file