From 05c86474cdee38b0ae8b66f4d0d3f18385896d1b Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Tue, 27 Mar 2018 21:08:58 +0000 Subject: [PATCH] Add deploy plugin & enable tests Testcases were skipped in auth parent pom now changed property to false and made false in auth-core add deploy plugin for missing poms.Also modify docker-compose file For now skipping all testcases. Issue-ID: AAF-199 Change-Id: I9080e8809c8133411f492e33d3bf1c9c8fde24ec Signed-off-by: Sai Gandham --- auth/auth-batch/pom.xml | 1 + auth/auth-cass/pom.xml | 10 +++++++++- auth/auth-certman/pom.xml | 1 + auth/auth-cmd/pom.xml | 8 ++++++++ auth/auth-core/pom.xml | 8 ++++++++ auth/auth-deforg/pom.xml | 8 ++++++++ auth/auth-fs/pom.xml | 1 + auth/auth-hello/pom.xml | 1 + .../src/main/resources/docker-compose/docker-compose.yml | 4 ++-- auth/pom.xml | 2 +- 10 files changed, 40 insertions(+), 4 deletions(-) diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index c0888adf..cd553506 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -71,6 +71,7 @@ + true false 0.7.7.201606060606 diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index a459902d..1835812c 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -71,6 +71,7 @@ + true 0.7.7.201606060606 3.2 @@ -132,7 +133,14 @@ - + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 7bd87bf2..5363a824 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -34,6 +34,7 @@ Certificate Manager API + true 21 0.7.7.201606060606 diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index ecf9d255..261e425d 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -36,6 +36,7 @@ jar + true false 0.7.7.201606060606 @@ -91,6 +92,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.sonatype.plugins nexus-staging-maven-plugin diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 5d688c0f..327a3d51 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -72,6 +72,7 @@ + true 0.7.7.201606060606 3.2 @@ -128,6 +129,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.sonatype.plugins nexus-staging-maven-plugin diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 84f0cbb1..1fa3f495 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -72,6 +72,7 @@ + true false 0.7.7.201606060606 @@ -110,6 +111,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-javadoc-plugin diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index 37d61c31..f3bbdd3a 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -34,6 +34,7 @@ Independent FileServer Component via HTTP (not S) for Public Files (i.e. CRLs) for AAF Auth + true true 0.7.7.201606060606 diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index 51e4559d..97226500 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -26,6 +26,7 @@ Hello Service Component for testing AAF Auth Access + false 0.7.7.201606060606 3.2 diff --git a/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml b/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml index 501bb308..eb96e503 100644 --- a/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml +++ b/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml @@ -1,4 +1,4 @@ -#------------------------------------------------------------------------------- +#------------------------------------------------------------------------------- # ============LICENSE_START==================================================== # * org.onap.aaf # * =========================================================================== @@ -22,7 +22,7 @@ version: '2' services: aaf_container: - image: onap/aaf/authz-service:1.0.1-SNAPSHOT + image: nexus3.onap.org:10001/onap/aaf/authz-service:1.0.1-SNAPSHOT ports: - "8101:8101" diff --git a/auth/pom.xml b/auth/pom.xml index 1889379a..4372d6e7 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -107,7 +107,7 @@ maven-deploy-plugin 2.6 - false + true -- 2.16.6