-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path0001-Add-CycloneDX-plugin.patch
More file actions
34 lines (32 loc) · 1.02 KB
/
0001-Add-CycloneDX-plugin.patch
File metadata and controls
34 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From f2dbb32161000b95032fbc6caee276f2c92552d8 Mon Sep 17 00:00:00 2001
From: Lukas Voetmand <lukas.voetmand@stackable.tech>
Date: Fri, 6 Sep 2024 17:53:52 +0200
Subject: Add CycloneDX plugin
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6ef4011f..07ae7538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -925,7 +925,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.7.9</version>
+ <version>2.8.0</version>
</plugin>
</plugins>
</pluginManagement>
@@ -1200,6 +1200,11 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
+ <configuration>
+ <projectType>application</projectType>
+ <schemaVersion>1.5</schemaVersion>
+ <skipNotDeployed>false</skipNotDeployed>
+ </configuration>
<executions>
<execution>
<goals>