diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-22 15:52:04 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-22 15:54:53 -0500 |
commit | 870b2cd6dcaabd9abdaa8ffa473a7624676d5939 (patch) | |
tree | cd9b054a8fefcab9029d7c534868c64c8204d2d5 /jjb/cps | |
parent | 18b3fe5982e6ef7b4ccdb7a8e4e7867214258f32 (diff) |
[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 <bruno.sakoto@bell.ca>
Change-Id: I44d6470d589605ff860315acad5c822c6d606839
Diffstat (limited to 'jjb/cps')
-rw-r--r-- | jjb/cps/cps.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |