From: mpriyank Date: Fri, 23 May 2025 09:56:21 +0000 (+0100) Subject: Fix maven merge master job X-Git-Tag: 3.6.3~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c94172a24f905fff2f7e0eb1c994882d05b801b8;p=cps.git Fix maven merge master job - distribution management section was incorrectly removed before, results in failure of maven merge master job Issue-ID: CPS-2825 Change-Id: I5cf3e2b3344669b4f2dbb7c37a87c0903589a865 Signed-off-by: mpriyank --- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index b54f2290c4..617cdec286 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -53,6 +53,13 @@ + + https://nexus.onap.org + /content/repositories/releases/ + true + /content/repositories/snapshots/ + + @@ -94,4 +101,16 @@ + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}${snapshotNexusPath} + + \ No newline at end of file