From e01703c951dca2546cc5a9ccdfc9789d30630ec6 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Mon, 26 Mar 2018 22:57:09 +0000 Subject: 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 --- auth/.gitignore | 12 ------------ auth/auth-batch/.gitignore | 9 --------- auth/auth-batch/pom.xml | 8 ++++++++ auth/auth-cass/.gitignore | 9 --------- auth/auth-cass/pom.xml | 8 ++++++++ auth/auth-certman/.gitignore | 6 ------ auth/auth-certman/pom.xml | 13 +------------ auth/auth-client/.gitignore | 5 ----- auth/auth-client/pom.xml | 20 ++++++++------------ auth/auth-cmd/.gitignore | 6 ------ auth/auth-cmd/pom.xml | 8 ++++++++ auth/auth-core/.gitignore | 5 ----- auth/auth-core/pom.xml | 8 ++++++++ auth/auth-deforg/.gitignore | 5 ----- auth/auth-deforg/pom.xml | 8 ++++++++ auth/auth-fs/.gitignore | 7 ------- auth/auth-fs/pom.xml | 21 +++++++++------------ auth/auth-gui/.gitignore | 8 -------- auth/auth-gui/pom.xml | 13 +------------ auth/auth-hello/.gitignore | 8 -------- auth/auth-hello/pom.xml | 12 ------------ auth/auth-locate/.gitignore | 6 ------ auth/auth-locate/pom.xml | 13 +------------ auth/auth-oauth/.gitignore | 5 ----- auth/auth-oauth/pom.xml | 13 +------------ auth/auth-service/.gitignore | 15 --------------- auth/auth-service/pom.xml | 12 ------------ auth/pom.xml | 21 +++++++++------------ 28 files changed, 70 insertions(+), 214 deletions(-) delete mode 100644 auth/.gitignore delete mode 100644 auth/auth-batch/.gitignore delete mode 100644 auth/auth-cass/.gitignore delete mode 100644 auth/auth-certman/.gitignore delete mode 100644 auth/auth-client/.gitignore delete mode 100644 auth/auth-cmd/.gitignore delete mode 100644 auth/auth-core/.gitignore delete mode 100644 auth/auth-deforg/.gitignore delete mode 100644 auth/auth-fs/.gitignore delete mode 100644 auth/auth-gui/.gitignore delete mode 100644 auth/auth-hello/.gitignore delete mode 100644 auth/auth-locate/.gitignore delete mode 100644 auth/auth-oauth/.gitignore delete mode 100644 auth/auth-service/.gitignore (limited to 'auth') 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + 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 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + @@ -114,18 +122,6 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + @@ -107,16 +115,5 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + 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 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + 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 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - 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 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + 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 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + 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 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - 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 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + @@ -447,17 +455,6 @@ - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + -- cgit 1.2.3-korg