Merge "[POLICY-134] Fixed bug in PolicyLogger."
diff --git a/pom.xml b/pom.xml
index a2be97f..0bda7f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,22 +47,22 @@
 		<module>common-logging</module>
 		<module>integrity-audit</module>
 		<module>integrity-monitor</module>
-		<!-- module>site-manager</module -->
+		<module>site-manager</module>
 	</modules>
 
 	<repositories>
 		<repository>
-			<id>onap-snapshots</id>
+			<id>ecomp-snapshots</id>
 			<name>ONAP Snapshots Repository</name>
 			<url>${nexusproxy}/${snapshots.path}</url>
 		</repository>
 		<repository>
-			<id>onap-releases</id>
+			<id>ecomp-releases</id>
 			<name>ONAP Release Repository</name>
 			<url>${nexusproxy}/${releases.path}</url>
 		</repository>
 		<repository>
-			<id>onap-staging</id>
+			<id>ecomp-staging</id>
 			<name>ONAP Staging Repository</name>
 			<url>${nexusproxy}/${staging.path}</url>
 		</repository>
@@ -70,17 +70,17 @@
 	
 	<distributionManagement>
 		<repository>
-			<id>onap-releases</id>
+			<id>ecomp-releases</id>
 			<name>ONAP Release Repository</name>
 			<url>${nexusproxy}/${releases.path}</url>
 		</repository>
 		<snapshotRepository>
-			<id>onap-snapshots</id>
+			<id>ecomp-snapshots</id>
 			<name>ONAP Snapshot Repository</name>
 			<url>${nexusproxy}/${snapshots.path}</url>
 		</snapshotRepository>
 		<site>
-			<id>onap-site</id>
+			<id>ecomp-site</id>
 			<url>dav:${nexusproxy}${sitePath}</url>
 		</site>
 	</distributionManagement>
@@ -95,7 +95,7 @@
 				<configuration>
 					<nexusUrl>${nexusproxy}</nexusUrl>
 					<stagingProfileId>176c31dfe190a</stagingProfileId>
-					<serverId>onap-staging</serverId>
+					<serverId>ecomp-staging</serverId>
 				</configuration>
 			</plugin>
 			<plugin>