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/cadi/.gitignore b/cadi/.gitignore
deleted file mode 100644
index 100951d..0000000
--- a/cadi/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/.settings/
-/.classpath
diff --git a/cadi/.project b/cadi/.project
deleted file mode 100644
index 544e2f3..0000000
--- a/cadi/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>cadi</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>
diff --git a/cadi/aaf/.gitignore b/cadi/aaf/.gitignore
deleted file mode 100644
index 30c908e..0000000
--- a/cadi/aaf/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/.settings/
-/.classpath
-/logs/
-/target/
diff --git a/cadi/aaf/.project b/cadi/aaf/.project
deleted file mode 100644
index 8151d3d..0000000
--- a/cadi/aaf/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>cadi_aaf</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>
diff --git a/cadi/aaf/jenkins-pom.xml b/cadi/aaf/jenkins-pom.xml
index f1a0f0a..7125258 100644
--- a/cadi/aaf/jenkins-pom.xml
+++ b/cadi/aaf/jenkins-pom.xml
@@ -240,18 +240,6 @@
 			</plugins>
 		</pluginManagement>
 	</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>
diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml
index 368d02a..b2f1bdc 100644
--- a/cadi/aaf/pom.xml
+++ b/cadi/aaf/pom.xml
@@ -59,6 +59,14 @@
 				<role>Developer</role>
 			</roles>
 		</developer>
+		<developer>
+			<name>Sai Gandham</name>
+			<email>sai.gandham@att.com</email>
+			<organization>ATT</organization>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
 	</developers>
 
 
diff --git a/cadi/cass/.gitignore b/cadi/cass/.gitignore
deleted file mode 100644
index 2fd21f9..0000000
--- a/cadi/cass/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/target/
-/.classpath
-/.settings/
-/target/
diff --git a/cadi/cass/.project b/cadi/cass/.project
deleted file mode 100644
index 8efd1f6..0000000
--- a/cadi/cass/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>cadi_cass</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>
diff --git a/cadi/cass/pom.xml b/cadi/cass/pom.xml
index 9db57a4..93f6913 100644
--- a/cadi/cass/pom.xml
+++ b/cadi/cass/pom.xml
@@ -59,6 +59,14 @@
 				<role>Developer</role>
 			</roles>
 		</developer>
+		<developer>
+			<name>Sai Gandham</name>
+			<email>sai.gandham@att.com</email>
+			<organization>ATT</organization>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
 	</developers>
 
 	<dependencies>
diff --git a/cadi/client/.gitignore b/cadi/client/.gitignore
deleted file mode 100644
index 8f9d962..0000000
--- a/cadi/client/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/.project
-/.settings/
-/target/
-/logs/
-/.classpath
diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml
index a553b1b..c2e8082 100644
--- a/cadi/client/pom.xml
+++ b/cadi/client/pom.xml
@@ -57,6 +57,14 @@
 				<role>Developer</role>
 			</roles>
 		</developer>
+		<developer>
+			<name>Sai Gandham</name>
+			<email>sai.gandham@att.com</email>
+			<organization>ATT</organization>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
 	</developers>
 
 	<dependencies>
diff --git a/cadi/core/.gitignore b/cadi/core/.gitignore
deleted file mode 100644
index 54c1f5f..0000000
--- a/cadi/core/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/.settings/
-/war/
-/.classpath
-/.DS_Store
-/target/
diff --git a/cadi/core/.project b/cadi/core/.project
deleted file mode 100644
index f661737..0000000
--- a/cadi/core/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>cadi_core</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>
diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml
index 5ad6baa..ffd7b50 100644
--- a/cadi/core/pom.xml
+++ b/cadi/core/pom.xml
@@ -50,6 +50,14 @@
 				<role>Developer</role>
 			</roles>
 		</developer>
+		<developer>
+			<name>Sai Gandham</name>
+			<email>sai.gandham@att.com</email>
+			<organization>ATT</organization>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
 	</developers>
 	<dependencies>
 		<dependency>
diff --git a/cadi/oauth-enduser/.gitignore b/cadi/oauth-enduser/.gitignore
deleted file mode 100644
index ed10e32..0000000
--- a/cadi/oauth-enduser/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/target/
-/.DS_Store
-/.classpath
-/tokens/
-/bin/
-/.project
diff --git a/cadi/oauth-enduser/.settings/.gitignore b/cadi/oauth-enduser/.settings/.gitignore
deleted file mode 100644
index e2635f0..0000000
--- a/cadi/oauth-enduser/.settings/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/org.eclipse.jdt.core.prefs
-/org.eclipse.m2e.core.prefs
diff --git a/cadi/pom.xml b/cadi/pom.xml
index 0634cc6..1928f7d 100644
--- a/cadi/pom.xml
+++ b/cadi/pom.xml
@@ -69,6 +69,14 @@
 				<role>Developer</role>
 			</roles>
 		</developer>
+		<developer>
+			<name>Sai Gandham</name>
+			<email>sai.gandham@att.com</email>
+			<organization>ATT</organization>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
 	</developers>
 
 
@@ -365,19 +373,5 @@
 	</build>
 
 
-	<!-- ============================================================== -->
-	<!-- Maven Central Repository Information -->
-	<!-- ============================================================== -->
-	<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>
diff --git a/cadi/shiro/.gitignore b/cadi/shiro/.gitignore
deleted file mode 100644
index cb0cea3..0000000
--- a/cadi/shiro/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.project
-/.classpath
-/.settings
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml
index 07ff5ab..40d98ed 100644
--- a/cadi/shiro/pom.xml
+++ b/cadi/shiro/pom.xml
@@ -59,6 +59,14 @@
 				<role>Developer</role>
 			</roles>
 		</developer>
+		<developer>
+			<name>Sai Gandham</name>
+			<email>sai.gandham@att.com</email>
+			<organization>ATT</organization>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
 	</developers>
 
 	<dependencies>