From 05c86474cdee38b0ae8b66f4d0d3f18385896d1b Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Tue, 27 Mar 2018 21:08:58 +0000 Subject: 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-core/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'auth/auth-core/pom.xml') 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 -- cgit 1.2.3-korg