[Portal-7] Correct dist mgt in dbca-os pom 53/4053/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 9 May 2017 21:17:36 +0000 (17:17 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 9 May 2017 21:18:10 +0000 (17:18 -0400)
Change-Id: Ie1f40b43f8cfc5920900495f7e3902453aa16454
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
dcae_dmaapbc_webapp/dbca-os/pom.xml

index 36ffddf..5cf1871 100644 (file)
        </dependencies>
        
        <distributionManagement>
-               <site>
-                       <id>ecomp-site</id>
-                       <url>dav:${nexusproxy}${sitePath}</url>
-               </site>
+               <!-- Publish jars to the Nexus Repository - public group -->
+               <!-- The id below must match your .m2/settings.xml/servers/server/id -->
+               <repository>
+                       <id>ecomp-releases</id>
+                       <name>OpenECOMP - Release Repository</name>
+                       <url>${nexusproxy}/${releaseNexusPath}</url>
+               </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>OpenECOMP - Snapshot Repository</name>
+                       <url>${nexusproxy}/${snapshotNexusPath}</url>
+               </snapshotRepository>
        </distributionManagement>
 
        <pluginRepositories>