diff --git a/pom.xml b/pom.xml
index 92f71cc8171e5457abc7d54fe431c95a781bba11..d02b8b6afcf991e43931f5477e8da15c16ae7a75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,23 +98,23 @@
 				</plugin>
 			</plugins>
 		</pluginManagement>
-	</build>
 
-	<plugins>
-		<plugin>
-			<groupId>org.cyclonedx</groupId>
-			<artifactId>cyclonedx-maven-plugin</artifactId>
-			<version>${cyclonedx-maven-plugin.version}</version>
-			<executions>
-				<execution>
-					<phase>package</phase>
-					<goals>
-						<goal>makeAggregateBom</goal>
-					</goals>
-				</execution>
-			</executions>
-		</plugin>
-	</plugins>
+		<plugins>
+			<plugin>
+				<groupId>org.cyclonedx</groupId>
+				<artifactId>cyclonedx-maven-plugin</artifactId>
+				<version>${cyclonedx-maven-plugin.version}</version>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>makeAggregateBom</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
 
 	<distributionManagement>
 		<repository>