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

OZG-6710 set bom location

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