Fix issue around duplicate build tag 30/128230/2
authorToineSiebelink <toine.siebelink@est.tech>
Fri, 1 Apr 2022 08:00:44 +0000 (09:00 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Fri, 1 Apr 2022 08:02:20 +0000 (09:02 +0100)
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 <dylan.byrne@est.tech>
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
checkstyle/pom.xml

index a1aa4c9..bd34368 100644 (file)
                 </plugin>
             </plugins>
         </pluginManagement>
-    </build>
-
-    <distributionManagement>
-        <repository>
-            <id>ecomp-releases</id>
-            <name>ECOMP Release Repository</name>
-            <url>${nexusproxy}${releaseNexusPath}</url>
-        </repository>
-        <snapshotRepository>
-            <id>ecomp-snapshots</id>
-            <name>ECOMP Snapshot Repository</name>
-            <url>${nexusproxy}${snapshotNexusPath}</url>
-        </snapshotRepository>
-    </distributionManagement>
-    <build>
         <plugins>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
             </plugin>
         </plugins>
     </build>
+
+    <distributionManagement>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>ECOMP Release Repository</name>
+            <url>${nexusproxy}${releaseNexusPath}</url>
+        </repository>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>ECOMP Snapshot Repository</name>
+            <url>${nexusproxy}${snapshotNexusPath}</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>
\ No newline at end of file