[Portal-7] Add site to dist mgt in dbca-os pom. 79/4079/2
authorChristopher Lott (cl778h) <clott@research.att.com>
Wed, 10 May 2017 12:11:06 +0000 (08:11 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Wed, 10 May 2017 12:32:32 +0000 (08:32 -0400)
Change-Id: Ief0101959213af88d7ddaf6cf4fa8418d30f5898
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
dcae_dmaapbc_webapp/dbca-os/pom.xml

index 5cf1871..22c96f0 100644 (file)
        </dependencies>
        
        <distributionManagement>
-               <!-- 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 - Snapshot Repository</name>
                        <url>${nexusproxy}/${snapshotNexusPath}</url>
                </snapshotRepository>
+               <!-- Javadocs -->
+               <site>
+                       <id>ecomp-site</id>
+                       <url>dav:${nexusproxy}${sitePath}</url>
+               </site>
        </distributionManagement>
 
        <pluginRepositories>