From 30dca6e573f544599ea7b600dc3cbb6c189d1892 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Mon, 9 Apr 2018 21:22:48 +0000 Subject: [PATCH] Include all modules in AAF parent Issue-ID: AAF-215 Change-Id: I5aa4b496cebc8d46c720180623ba928c414fad7c Signed-off-by: Sai Gandham --- auth-client/pom.xml | 2 +- auth/auth-batch/pom.xml | 2 +- auth/auth-cass/pom.xml | 2 +- auth/auth-certman/pom.xml | 2 +- auth/auth-client/.gitignore | 4 - auth/auth-client/pom.xml | 221 ----------- auth/auth-client/src/main/xsd/aaf_2_0.xsd | 547 -------------------------- auth/auth-client/src/main/xsd/aaf_oauth2.xsd | 141 ------- auth/auth-client/src/main/xsd/certman_1_0.xsd | 169 -------- auth/auth-client/src/main/xsd/certman_2_0.xsd | 169 -------- auth/auth-client/src/main/xsd/locate_1_0.xsd | 79 ---- auth/auth-cmd/pom.xml | 2 +- auth/auth-core/pom.xml | 2 +- auth/auth-deforg/pom.xml | 2 +- auth/auth-fs/pom.xml | 2 +- auth/auth-gui/pom.xml | 2 +- auth/auth-hello/pom.xml | 2 +- auth/auth-locate/pom.xml | 2 +- auth/auth-oauth/pom.xml | 2 +- auth/auth-service/pom.xml | 2 +- auth/pom.xml | 2 +- cadi/aaf/pom.xml | 2 +- cadi/client/pom.xml | 2 +- cadi/core/pom.xml | 2 +- cadi/oauth-enduser/pom.xml | 2 +- cadi/pom.xml | 2 +- cadi/shiro/pom.xml | 2 +- misc/env/pom.xml | 2 +- misc/log4j/pom.xml | 2 +- misc/pom.xml | 2 +- misc/rosetta/pom.xml | 2 +- misc/xgen/pom.xml | 2 +- pom.xml | 9 +- 33 files changed, 27 insertions(+), 1362 deletions(-) delete mode 100644 auth/auth-client/.gitignore delete mode 100644 auth/auth-client/pom.xml delete mode 100644 auth/auth-client/src/main/xsd/aaf_2_0.xsd delete mode 100644 auth/auth-client/src/main/xsd/aaf_oauth2.xsd delete mode 100644 auth/auth-client/src/main/xsd/certman_1_0.xsd delete mode 100644 auth/auth-client/src/main/xsd/certman_2_0.xsd delete mode 100644 auth/auth-client/src/main/xsd/locate_1_0.xsd diff --git a/auth-client/pom.xml b/auth-client/pom.xml index 8c693bfa..bb4b519f 100644 --- a/auth-client/pom.xml +++ b/auth-client/pom.xml @@ -54,7 +54,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 1364fe02..730dfab7 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -89,7 +89,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index 7fc6db4a..5af9d3e0 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -81,7 +81,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index a50adb5b..e4427bd5 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -41,7 +41,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-client/.gitignore b/auth/auth-client/.gitignore deleted file mode 100644 index 6028f0a5..00000000 --- a/auth/auth-client/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.classpath -/.settings/ -/target/ -/.project diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml deleted file mode 100644 index fe4be70c..00000000 --- a/auth/auth-client/pom.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - 4.0.0 - - - - aaf-auth-client - AAF Auth Client - XSD Generated classes for AAF Auth - org.onap.aaf.authz - 2.1.0-SNAPSHOT - jar - - - 2.1.0-SNAPSHOT - UTF-8 - true - - true - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} - - - - - Jonathan Gathman - jonathan.gathman@att.com - ATT - - Architect - Lead Developer - - - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - - - Sai Gandham - sai.gandham@att.com - ATT - - Developer - - - - - - - - junit - junit - 4.10 - test - - - - - - - - org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - 0.8.2 - - - - generate - - - - - src/main/xsd - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.5 - - false - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - org.onap.aaf.* - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco-it.exec - - - - - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - - - - - - - - - ecomp-releases - AAF Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - diff --git a/auth/auth-client/src/main/xsd/aaf_2_0.xsd b/auth/auth-client/src/main/xsd/aaf_2_0.xsd deleted file mode 100644 index b4b1ba9c..00000000 --- a/auth/auth-client/src/main/xsd/aaf_2_0.xsd +++ /dev/null @@ -1,547 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/auth/auth-client/src/main/xsd/aaf_oauth2.xsd b/auth/auth-client/src/main/xsd/aaf_oauth2.xsd deleted file mode 100644 index 22283184..00000000 --- a/auth/auth-client/src/main/xsd/aaf_oauth2.xsd +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/auth/auth-client/src/main/xsd/certman_1_0.xsd b/auth/auth-client/src/main/xsd/certman_1_0.xsd deleted file mode 100644 index 19c698b9..00000000 --- a/auth/auth-client/src/main/xsd/certman_1_0.xsd +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/auth/auth-client/src/main/xsd/certman_2_0.xsd b/auth/auth-client/src/main/xsd/certman_2_0.xsd deleted file mode 100644 index 35389402..00000000 --- a/auth/auth-client/src/main/xsd/certman_2_0.xsd +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/auth/auth-client/src/main/xsd/locate_1_0.xsd b/auth/auth-client/src/main/xsd/locate_1_0.xsd deleted file mode 100644 index 209e3bf4..00000000 --- a/auth/auth-client/src/main/xsd/locate_1_0.xsd +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 77a8a9d2..83b5f046 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -44,7 +44,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 936f7b0e..9b09fc43 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -85,7 +85,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index f7ec9b13..771660f9 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -87,7 +87,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index 9f5c6aa6..e83dcd87 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -42,7 +42,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index 8c33812f..ce12db8a 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/pom.xml @@ -42,7 +42,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index 1f710bc4..68c2bfce 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -42,7 +42,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index f5129bf5..88a608fd 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/pom.xml @@ -42,7 +42,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index 19f5caae..ad82630a 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/pom.xml @@ -42,7 +42,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index ae79c80d..656cab5c 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/pom.xml @@ -42,7 +42,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/auth/pom.xml b/auth/pom.xml index 26d30d74..d96928d4 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -55,7 +55,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index d02cb5ae..dcc89e93 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -48,7 +48,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 20fd84cc..4d7dc5e0 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -47,7 +47,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index b810e123..19e71bde 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -38,7 +38,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 81a3fe6a..83ea803a 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -50,7 +50,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/cadi/pom.xml b/cadi/pom.xml index 25ed1d04..e7a87afa 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -55,7 +55,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 76ec2e60..5374ef48 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -48,7 +48,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 0cd5bc61..8eac8239 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -85,7 +85,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index f9398d26..c945b739 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -85,7 +85,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/misc/pom.xml b/misc/pom.xml index 2ca3b0a4..e444ea41 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -52,7 +52,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 50f02a57..133d0fb4 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -86,7 +86,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 0dedf11d..25a99f6b 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -85,7 +85,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} diff --git a/pom.xml b/pom.xml index 4f8babea..58871f87 100644 --- a/pom.xml +++ b/pom.xml @@ -51,11 +51,6 @@ **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - @@ -145,9 +140,9 @@ auth-client - + auth -- 2.16.6