Update javadoc configuration

Change-Id: Iffd30710d6c6a5251b2534c9934f13bbfcd628e8
Signed-off-by: ig6133 <ig6133@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 7c348e9..8cc2d00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,16 +35,12 @@
 		<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>
@@ -197,7 +193,10 @@
 			<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>