From 73f01b7f9141ddaf6ad4ed69599b2a454e4766fe Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Fri, 1 Apr 2022 09:00:44 +0100 Subject: [PATCH] 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 --- checkstyle/pom.xml | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) 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 -- 2.16.6