From dcaa1072621c7e0f586e2965fd8bb952d4b01880 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 24 May 2018 10:03:19 -0500 Subject: Add Cert Cred for aafcli Issue-ID: AAF-322 Change-Id: I507e43b56922d8c5771a3027deda173be00fa4af Signed-off-by: Instrumental --- auth/auth-cmd/pom.xml | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'auth/auth-cmd/pom.xml') diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 1adf1350..3f7c74a3 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -95,7 +95,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -106,7 +105,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** @@ -165,6 +163,35 @@ + + maven-assembly-plugin + + tests + + + org.onap.aaf.auth.cmd.AAFcli + + + true + + + + + + full + package + + single + + + + src/assemble/auth-cmd.xml + + + + + + @@ -172,13 +199,11 @@ org.onap.aaf.authz aaf-cadi-aaf - ${project.version} org.onap.aaf.authz aaf-auth-core - ${project.version} -- cgit 1.2.3-korg