Modify authz pom files.

Modified all pom files in AAF project and removed ATT
distribution management repos and added sonar & ONAP
staging plugin just for Misc module.Other auth & cadi
pom files will be modified in the next commit.

Issue-ID: AAF-197
Change-Id: I4913a3329dd6d023416411293edbb2d1376f4f1a
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/auth/auth-gui/.gitignore b/auth/auth-gui/.gitignore
deleted file mode 100644
index a95a15c..0000000
--- a/auth/auth-gui/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/.settings
-/logs
-/target
-/.classpath
-/conf
-/bin/
-/tokens/
-/.project
diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml
index d225300..246195a 100644
--- a/auth/auth-gui/pom.xml
+++ b/auth/auth-gui/pom.xml
@@ -127,16 +127,5 @@
 		</plugins>
 	</build>
 
-	<distributionManagement>
-		<repository>
-			<id>nexus</id>
-			<name>attarch-releases</name>
-			<url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases</url>
-		</repository>
-		<snapshotRepository>
-			<id>nexus</id>
-			<name>attarch-snapshots</name>
-			<url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots</url>
-		</snapshotRepository>
-	</distributionManagement>
+
 </project>