From c94172a24f905fff2f7e0eb1c994882d05b801b8 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 23 May 2025 10:56:21 +0100 Subject: [PATCH] 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 --- checkstyle/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- 2.16.6