File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
trino-storage-connector/stackable/patches/475 Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ From 1f5f2f18056f650b89f0399c188e3446975e1764 Mon Sep 17 00:00:00 2001
2+ From: Lukas Voetmand <
[email protected] >
3+ Date: Fri, 6 Sep 2024 17:53:52 +0200
4+ Subject: Add CycloneDX plugin
5+
6+ ---
7+ pom.xml | 17 +++++++++++++++++
8+ 1 file changed, 17 insertions(+)
9+
10+ diff --git a/pom.xml b/pom.xml
11+ index ddd620e..bbfcb96 100644
12+ --- a/pom.xml
13+ +++ b/pom.xml
14+ @@ -545,6 +545,23 @@
15+ </dependency>
16+ </dependencies>
17+ </plugin>
18+ + <plugin>
19+ + <groupId>org.cyclonedx</groupId>
20+ + <artifactId>cyclonedx-maven-plugin</artifactId>
21+ + <version>2.9.1</version>
22+ + <configuration>
23+ + <projectType>application</projectType>
24+ + <schemaVersion>1.6</schemaVersion>
25+ + </configuration>
26+ + <executions>
27+ + <execution>
28+ + <goals>
29+ + <goal>makeBom</goal>
30+ + </goals>
31+ + <phase>package</phase>
32+ + </execution>
33+ + </executions>
34+ + </plugin>
35+ </plugins>
36+ </build>
37+ </project>
Original file line number Diff line number Diff line change 1+ upstream = " https://github.com/snowlift/trino-storage.git"
2+ base = " 976514ad62ed5e147fbc63a31803a268a1d240c4"
You can’t perform that action at this time.
0 commit comments