diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml
index b87b62c13fcdba5cdb43999e8d514861824ccb1c..4f59e36ac16311f5d4b97f1a82726c2ebafc54a7 100644
--- a/ozgcloud-common-parent/pom.xml
+++ b/ozgcloud-common-parent/pom.xml
@@ -359,6 +359,7 @@
 						<dependencyTrackBaseUrl>https://dependency-track.ozg-sh.de</dependencyTrackBaseUrl>
 						<failOnError>true</failOnError>
 						<createProject>true</createProject>
+						<bomLocation>${project.build.outputDirectory}/META-INF/sbom/application.cdx.json</bomLocation>
 					</configuration>
 				</plugin>
 			</plugins>
@@ -386,17 +387,17 @@
 			</plugin>
 
 			<plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 
 		<resources>