Repair site/url property for Javadoc 29/19829/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Thu, 19 Oct 2017 22:20:43 +0000 (18:20 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Thu, 19 Oct 2017 22:21:10 +0000 (18:21 -0400)
New value is
<url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>

Issue: PORTAL-89
Change-Id: I21d4bdb17a94b55e5a67b1edc29c02d493670562
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-sdk/pom.xml

index 295eff6..f8d0287 100644 (file)
                <!-- Javadocs -->
                <site>
                        <id>ecomp-site</id>
-                       <url>dav:${nexusproxy}${sitePath}</url>
+                       <url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>