From: ToineSiebelink Date: Fri, 1 Apr 2022 08:00:44 +0000 (+0100) Subject: Fix issue around duplicate build tag X-Git-Tag: 3.1.0~155 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=cps.git;a=commitdiff_plain;h=73f01b7f9141ddaf6ad4ed69599b2a454e4766fe Fix issue around duplicate build tag Fixes failing build after merge of CPS-322. Duplicate build tag found in checkstyle POM Issue-ID: CPS-322 Change-Id: I099e4242e419d7b393e7787d3f75f9909dce52ac Signed-off-by: DylanB95EST Signed-off-by: ToineSiebelink --- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index a1aa4c95c..bd343683b 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -70,21 +70,6 @@ - - - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - org.codehaus.mojo @@ -112,4 +97,17 @@ + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + \ No newline at end of file