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

OZG-6710 set cyclonedx-maven-plugin version

parent 4dd3ed7d
No related branches found
No related tags found
No related merge requests found
...@@ -375,6 +375,7 @@ ...@@ -375,6 +375,7 @@
<plugin> <plugin>
<groupId>org.cyclonedx</groupId> <groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId> <artifactId>cyclonedx-maven-plugin</artifactId>
<version>${cyclonedx-maven-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
...@@ -400,7 +401,7 @@ ...@@ -400,7 +401,7 @@
</plugin> </plugin>
</plugins> </plugins>
<!-- <resources> <resources>
<resource> <resource>
<directory>${project.build.outputDirectory}/META-INF/sbom</directory> <directory>${project.build.outputDirectory}/META-INF/sbom</directory>
<includes> <includes>
...@@ -408,7 +409,7 @@ ...@@ -408,7 +409,7 @@
</includes> </includes>
<targetPath>META-INF/sbom</targetPath> <targetPath>META-INF/sbom</targetPath>
</resource> </resource>
</resources> --> </resources>
</build> </build>
<distributionManagement> <distributionManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment