From e4220946ef3feb864ed45e4fc14682be2016dc1b Mon Sep 17 00:00:00 2001 From: "John J. Franey" Date: Sat, 25 Apr 2020 08:42:01 -0400 Subject: Enable deploy plugin in all poms. maven will then push all the artifacts to nexus when the deploy goal is invoked. Issue-ID: AAF-1136 Signed-off-by: John J. Franey Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb --- auth-client/pom.xml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'auth-client/pom.xml') diff --git a/auth-client/pom.xml b/auth-client/pom.xml index b011a586..47f7b2f9 100644 --- a/auth-client/pom.xml +++ b/auth-client/pom.xml @@ -26,7 +26,7 @@ org.onap.aaf.authz parent - 2.1.20-SNAPSHOT + 2.1.21-SNAPSHOT aaf-auth-client @@ -87,13 +87,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - - org.jvnet.jaxb2.maven2 maven-jaxb2-plugin @@ -110,14 +103,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - false - - - org.apache.maven.plugins maven-compiler-plugin -- cgit 1.2.3-korg