summaryrefslogtreecommitdiffstats
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rw-r--r--auth/.gitignore12
-rw-r--r--auth/auth-batch/.gitignore9
-rw-r--r--auth/auth-batch/pom.xml8
-rw-r--r--auth/auth-cass/.gitignore9
-rw-r--r--auth/auth-cass/pom.xml8
-rw-r--r--auth/auth-certman/.gitignore6
-rw-r--r--auth/auth-certman/pom.xml13
-rw-r--r--auth/auth-client/.gitignore5
-rw-r--r--auth/auth-client/pom.xml20
-rw-r--r--auth/auth-cmd/.gitignore6
-rw-r--r--auth/auth-cmd/pom.xml8
-rw-r--r--auth/auth-core/.gitignore5
-rw-r--r--auth/auth-core/pom.xml8
-rw-r--r--auth/auth-deforg/.gitignore5
-rw-r--r--auth/auth-deforg/pom.xml8
-rw-r--r--auth/auth-fs/.gitignore7
-rw-r--r--auth/auth-fs/pom.xml21
-rw-r--r--auth/auth-gui/.gitignore8
-rw-r--r--auth/auth-gui/pom.xml13
-rw-r--r--auth/auth-hello/.gitignore8
-rw-r--r--auth/auth-hello/pom.xml12
-rw-r--r--auth/auth-locate/.gitignore6
-rw-r--r--auth/auth-locate/pom.xml13
-rw-r--r--auth/auth-oauth/.gitignore5
-rw-r--r--auth/auth-oauth/pom.xml13
-rw-r--r--auth/auth-service/.gitignore15
-rw-r--r--auth/auth-service/pom.xml12
-rw-r--r--auth/pom.xml21
28 files changed, 70 insertions, 214 deletions
diff --git a/auth/.gitignore b/auth/.gitignore
deleted file mode 100644
index a2ac34ab..00000000
--- a/auth/.gitignore
+++ /dev/null
@@ -1,12 +0,0 @@
-/target
-/.settings
-/dme2reg
-/src
-/.classpath
-/logs
-/bin/
-/temp
-/.project
-/assembly/
-/aaf_2.*/
-/aaf_2.1.0-SNAPSHOT.zip
diff --git a/auth/auth-batch/.gitignore b/auth/auth-batch/.gitignore
deleted file mode 100644
index 7743b8df..00000000
--- a/auth/auth-batch/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/logs
-/target
-/.classpath
-/.settings
-/sync
-/data/
-/lib/
-/bin/
-/.project
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml
index d09bd5d3..63e668a3 100644
--- a/auth/auth-batch/pom.xml
+++ b/auth/auth-batch/pom.xml
@@ -60,6 +60,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>
<properties>
diff --git a/auth/auth-cass/.gitignore b/auth/auth-cass/.gitignore
deleted file mode 100644
index d7c9d7e7..00000000
--- a/auth/auth-cass/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/.settings
-/bin
-/Old
-/target
-/.classpath
-/.project
-/AAF_2.0.8_alter.zip
-/logs/
-/target/
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml
index 56f367d6..c8a8a3af 100644
--- a/auth/auth-cass/pom.xml
+++ b/auth/auth-cass/pom.xml
@@ -60,6 +60,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/auth/auth-certman/.gitignore b/auth/auth-certman/.gitignore
deleted file mode 100644
index 70922378..00000000
--- a/auth/auth-certman/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/target/
-/logs/
-/.settings/
-/.classpath
-/tokens/
-/.project
diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml
index 42be0418..dd5c17ab 100644
--- a/auth/auth-certman/pom.xml
+++ b/auth/auth-certman/pom.xml
@@ -102,16 +102,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>
diff --git a/auth/auth-client/.gitignore b/auth/auth-client/.gitignore
deleted file mode 100644
index 7a112ea5..00000000
--- a/auth/auth-client/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/.classpath
-/.settings
-/bin
-/target
-/.project
diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml
index 56672b16..d4f5b1ff 100644
--- a/auth/auth-client/pom.xml
+++ b/auth/auth-client/pom.xml
@@ -62,6 +62,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>
@@ -114,18 +122,6 @@
</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>
diff --git a/auth/auth-cmd/.gitignore b/auth/auth-cmd/.gitignore
deleted file mode 100644
index 5aee8092..00000000
--- a/auth/auth-cmd/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/.settings
-/bin
-/logs
-/target
-/.classpath
-/.project
diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml
index 4b051889..bf0cc284 100644
--- a/auth/auth-cmd/pom.xml
+++ b/auth/auth-cmd/pom.xml
@@ -65,6 +65,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/auth/auth-core/.gitignore b/auth/auth-core/.gitignore
deleted file mode 100644
index 8f0ac9b9..00000000
--- a/auth/auth-core/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/.settings
-/bin
-/target
-/.classpath
-/.project
diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml
index a8002024..2cb2b17a 100644
--- a/auth/auth-core/pom.xml
+++ b/auth/auth-core/pom.xml
@@ -60,6 +60,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/auth/auth-deforg/.gitignore b/auth/auth-deforg/.gitignore
deleted file mode 100644
index ad5605e4..00000000
--- a/auth/auth-deforg/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-/.settings
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml
index 29de4fd3..1d424b47 100644
--- a/auth/auth-deforg/pom.xml
+++ b/auth/auth-deforg/pom.xml
@@ -60,6 +60,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/auth/auth-fs/.gitignore b/auth/auth-fs/.gitignore
deleted file mode 100644
index d3881782..00000000
--- a/auth/auth-fs/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/target/
-/.classpath
-/.settings
-/.project
-/Dockerfile
-/dbuild
-/drun
diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml
index 11582b4b..d3261f99 100644
--- a/auth/auth-fs/pom.xml
+++ b/auth/auth-fs/pom.xml
@@ -63,6 +63,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>
@@ -107,16 +115,5 @@
</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/auth/auth-gui/.gitignore b/auth/auth-gui/.gitignore
deleted file mode 100644
index a95a15c4..00000000
--- 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 d2253009..246195ac 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>
diff --git a/auth/auth-hello/.gitignore b/auth/auth-hello/.gitignore
deleted file mode 100644
index daa4ec18..00000000
--- a/auth/auth-hello/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/target/
-/logs/
-/.settings/
-/.classpath
-/tokens/
-
-/bin/
-/.project
diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml
index bac4537e..44c8f4a5 100644
--- a/auth/auth-hello/pom.xml
+++ b/auth/auth-hello/pom.xml
@@ -81,16 +81,4 @@
</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>
diff --git a/auth/auth-locate/.gitignore b/auth/auth-locate/.gitignore
deleted file mode 100644
index 3fea7c64..00000000
--- a/auth/auth-locate/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/target/
-/.classpath
-/logs/
-/.settings/
-/tokens/
-/.project
diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml
index 4fb54db3..60b1d128 100644
--- a/auth/auth-locate/pom.xml
+++ b/auth/auth-locate/pom.xml
@@ -98,16 +98,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>
diff --git a/auth/auth-oauth/.gitignore b/auth/auth-oauth/.gitignore
deleted file mode 100644
index 418e5b3a..00000000
--- a/auth/auth-oauth/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/target/
-/.classpath
-/bin/
-/.settings
-/.project
diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml
index 40ada58a..03da9a20 100644
--- a/auth/auth-oauth/pom.xml
+++ b/auth/auth-oauth/pom.xml
@@ -93,16 +93,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>
diff --git a/auth/auth-service/.gitignore b/auth/auth-service/.gitignore
deleted file mode 100644
index 940e35eb..00000000
--- a/auth/auth-service/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-/.settings
-/.classpath
-/bin
-/common
-/logs
-/target/
-/tokens/
-/.project
-/Dockerfile
-/dbuild
-/docker-compose.yaml
-/drun
-/run
-/dbuild.orig
-/dcy
diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml
index 33560e33..43a2af25 100644
--- a/auth/auth-service/pom.xml
+++ b/auth/auth-service/pom.xml
@@ -129,16 +129,4 @@
</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>
diff --git a/auth/pom.xml b/auth/pom.xml
index 99b998c0..bf3a9ac3 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -66,6 +66,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>
<build>
@@ -447,17 +455,6 @@
</dependencyManagement>
- <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>