Update javadoc configuration 67/3067/1
authorig6133 <ig6133@intl.att.com>
Wed, 5 Apr 2017 13:10:49 +0000 (16:10 +0300)
committerig6133 <ig6133@intl.att.com>
Wed, 5 Apr 2017 13:10:49 +0000 (16:10 +0300)
Change-Id: If223535dd2091beee95a7fd0300ac5a91274017a
Signed-off-by: ig6133 <ig6133@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 22d726e..b9e017c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
                <!--nexus-->
                <nexus.proxy>https://nexus.onap.org</nexus.proxy>
+               <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
                <staging.profile.id>176c31dfe190a</staging.profile.id>
                <!--maven-->
                <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
                        <name>Snapshot Repository</name>
                        <url>${nexus.proxy}/content/repositories/snapshots/</url>
                </snapshotRepository>
-
+    <site>
+        <id>ecomp-site</id>
+        <url>dav:${nexus.proxy}${sitePath}</url>
+    </site>
        </distributionManagement>
  </project>