Update javadoc configuration 73/2973/1
authorig6133 <ig6133@intl.att.com>
Tue, 4 Apr 2017 11:43:03 +0000 (14:43 +0300)
committerig6133 <ig6133@intl.att.com>
Tue, 4 Apr 2017 11:43:36 +0000 (14:43 +0300)
Change-Id: Iffd30710d6c6a5251b2534c9934f13bbfcd628e8
Signed-off-by: ig6133 <ig6133@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7c348e9..8cc2d00 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <logback.version>1.1.2</logback.version>
                <junit.version>4.12</junit.version>
                <snakeyaml.version>1.14</snakeyaml.version>
-
-               <!-- Repositories -->
-<!--           <nexusServerName>mavencentral.it.att.com</nexusServerName> -->
-<!--           <nexusServerPort>8084</nexusServerPort> -->
-               
                
                <sonar.skipDesign>true</sonar.skipDesign>
                <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
                <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
-               <nexus.proxy>https://nexus.openecomp.org</nexus.proxy>
+               <nexus.proxy>https://nexus.onap.org</nexus.proxy>
+               <sitePath>/content/sites/site/org/openecomp/sdc-distribution-client/${project.version}</sitePath>
                <snapshots.path>snapshots</snapshots.path>
                <releases.path>releases</releases.path>
                <staging.profile.id>176c31dfe190a</staging.profile.id>
                        <name>Snapshot Repository</name>
                        <url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
                </snapshotRepository>
-
+    <site>
+        <id>ecomp-site</id>
+        <url>dav:${nexus.proxy}${sitePath}</url>
+    </site>
        </distributionManagement>