From 985b15821e37a82d90ca8939058f0a197558c3a1 Mon Sep 17 00:00:00 2001 From: MichaelArrastia Date: Thu, 22 Mar 2018 16:49:59 +0000 Subject: Support maven deploy and docker build targets This commit principally includes the following pom updates: 1. Add distributionManagement to fix jobs that run maven deploy. 2. Update way in which champ-service gets the graph-deps. This change specifically supports the docker build. Issue-ID: AAI-927 Change-Id: I5920de3c010b810a802f95ac82da89ea3989e7d9 Signed-off-by: MichaelArrastia --- champ-service-deps-janus/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'champ-service-deps-janus') diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index b8cbfb4..fcf019a 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -27,6 +27,12 @@ limitations under the License. pom 1.2.0-SNAPSHOT + + org.onap.aai + champ + 1.2.0-SNAPSHOT + + org.onap.aai @@ -97,7 +103,7 @@ limitations under the License. copy-dependencies - ../champ-service/target/graph-deps/janus-deps + target/graph-deps/janus-deps false false true -- cgit 1.2.3-korg