From d18858d4666db2620d1d3c9ebd748671c840b591 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 11 Jul 2019 17:13:15 -0400 Subject: Remove module pom from config Issue-ID: AAI-2506 Signed-off-by: Jimmy Forsyth Change-Id: Ida0ab36513abb46141def33b53622f314d5dda3c --- jjb/aai/aai-champ.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/aai/aai-champ.yaml b/jjb/aai/aai-champ.yaml index 5b4449e5c..f8ad73f9d 100644 --- a/jjb/aai/aai-champ.yaml +++ b/jjb/aai/aai-champ.yaml @@ -16,7 +16,7 @@ build-node: centos7-builder-4c-4g maven-versions-plugin: true - gerrit-maven-docker-stage: - mvn-params: '-f champ-service/pom.xml docker:build -Dmaven.test.skip=true' + mvn-params: 'docker:build -Dmaven.test.skip=true' build-node: ubuntu1604-docker-8c-8g container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' -- cgit 1.2.3-korg