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

Merge pull request 'OZG-6710-bom-upload' (#29) from OZG-6710-bom-upload into master

parents 905a7b4a 2dacb7c7
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment