Skip to content
Snippets Groups Projects
Commit acc13ecc authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6710 set bom location

parent da67a495
No related branches found
No related tags found
No related merge requests found
...@@ -360,6 +360,7 @@ ...@@ -360,6 +360,7 @@
<dependencyTrackBaseUrl>https://dependency-track.ozg-sh.de</dependencyTrackBaseUrl> <dependencyTrackBaseUrl>https://dependency-track.ozg-sh.de</dependencyTrackBaseUrl>
<failOnError>true</failOnError> <failOnError>true</failOnError>
<createProject>true</createProject> <createProject>true</createProject>
<bomLocation>target/classes/META-INF/sbom/application.cdx.json</bomLocation>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
...@@ -376,6 +377,11 @@ ...@@ -376,6 +377,11 @@
<groupId>org.cyclonedx</groupId> <groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId> <artifactId>cyclonedx-maven-plugin</artifactId>
<version>${cyclonedx-maven-plugin.version}</version> <version>${cyclonedx-maven-plugin.version}</version>
<configuration>
<outputFormat>all</outputFormat>
<outputName>bom</outputName>
<outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment