From 870b2cd6dcaabd9abdaa8ffa473a7624676d5939 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 22 Feb 2021 15:52:04 -0500 Subject: [CPS] Remove maven stage process all modules This change partially reverts 2c44be82. Adding processAllModules parameter did not fix the error to push artifacts to nexus for maven stage. Finally, the issue was fixed at maven application level with https://gerrit.onap.org/r/c/cps/+/118080 Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto Change-Id: I44d6470d589605ff860315acad5c822c6d606839 --- jjb/cps/cps.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'jjb/cps') diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index 0e4baef01..fc79e96f4 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -43,7 +43,6 @@ sign-artifacts: true build-node: centos7-docker-8c-8g maven-versions-plugin: true - mvn-params: '-DprocessAllModules' - gerrit-maven-docker-stage: build-node: centos7-docker-8c-8g maven-versions-plugin: true -- cgit 1.2.3-korg