File tree Expand file tree Collapse file tree 4 files changed +19
-15
lines changed
storage-connector/stackable/patches Expand file tree Collapse file tree 4 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 trino/stackable/patches/patchable.toml /sta
15
15
COPY --chown=${STACKABLE_USER_UID}:0 trino/stackable/patches/${PRODUCT} /stackable/src/trino/stackable/patches/${PRODUCT}
16
16
17
17
COPY --from=trino-storage-connector-image /stackable/src/trino-storage-connector/patchable-work/worktree/${PRODUCT}/target/trino-storage-${PRODUCT} /stackable/trino-server-${PRODUCT}/plugin/trino-storage-${PRODUCT}
18
+ COPY --from=trino-storage-connector-image /stackable/src/trino-storage-connector/patchable-work/worktree/${PRODUCT}/target/bom.json /stackable/trino-server-${PRODUCT}/plugin/trino-storage-${PRODUCT}/trino-storage-${PRODUCT}.cdx.json
18
19
COPY --from=trino-storage-connector-image /stackable/trino-storage-connector-${PRODUCT}-src.tar.gz /stackable
19
20
COPY --chown=${STACKABLE_USER_UID}:0 trino/stackable/jmx /stackable/jmx
20
21
Original file line number Diff line number Diff line change 1
- From 6af1b7fa0f62a4413f1fc072a46ce1be3594d7bc Mon Sep 17 00:00:00 2001
1
+ From c14ba9cd92451a2c8a7ad7da2ff2e3f5cdbf2201 Mon Sep 17 00:00:00 2001
2
2
From: Lukas Voetmand <lukas.voetmand@stackable.tech>
3
3
Date: Fri, 6 Sep 2024 17:53:52 +0200
4
4
Subject: Add CycloneDX plugin
5
5
6
6
---
7
- pom.xml | 17 +++++++++++++++++
8
- 1 file changed, 17 insertions(+)
7
+ pom.xml | 18 + +++++++++++++++++
8
+ 1 file changed, 18 insertions(+)
9
9
10
10
diff --git a/pom.xml b/pom.xml
11
- index 7304dac..5ba854d 100644
11
+ index 7304dac..d73dacf 100644
12
12
--- a/pom.xml
13
13
+++ b/pom.xml
14
- @@ -544,6 +544,23 @@
14
+ @@ -544,6 +544,24 @@
15
15
</dependency>
16
16
</dependencies>
17
17
</plugin>
@@ -22,6 +22,7 @@ index 7304dac..5ba854d 100644
22
22
+ <configuration>
23
23
+ <projectType>application</projectType>
24
24
+ <schemaVersion>1.5</schemaVersion>
25
+ + <skipNotDeployed>false</skipNotDeployed>
25
26
+ </configuration>
26
27
+ <executions>
27
28
+ <execution>
Original file line number Diff line number Diff line change 1
- From 4d6d55cbc2e05d9b64186885da86ac367070d0f1 Mon Sep 17 00:00:00 2001
1
+ From 16f22c658fa54a9b4d7cc5ece65bcc92f104816d Mon Sep 17 00:00:00 2001
2
2
From: Lukas Voetmand <lukas.voetmand@stackable.tech>
3
3
Date: Fri, 6 Sep 2024 17:53:52 +0200
4
4
Subject: Add CycloneDX plugin
5
5
6
6
---
7
- pom.xml | 17 +++++++++++++++++
8
- 1 file changed, 17 insertions(+)
7
+ pom.xml | 18 + +++++++++++++++++
8
+ 1 file changed, 18 insertions(+)
9
9
10
10
diff --git a/pom.xml b/pom.xml
11
- index 6471642..fc0f376 100644
11
+ index 6471642..492e222 100644
12
12
--- a/pom.xml
13
13
+++ b/pom.xml
14
- @@ -555,6 +555,23 @@
14
+ @@ -555,6 +555,24 @@
15
15
</dependency>
16
16
</dependencies>
17
17
</plugin>
@@ -22,6 +22,7 @@ index 6471642..fc0f376 100644
22
22
+ <configuration>
23
23
+ <projectType>application</projectType>
24
24
+ <schemaVersion>1.5</schemaVersion>
25
+ + <skipNotDeployed>false</skipNotDeployed>
25
26
+ </configuration>
26
27
+ <executions>
27
28
+ <execution>
Original file line number Diff line number Diff line change 1
- From 1f5f2f18056f650b89f0399c188e3446975e1764 Mon Sep 17 00:00:00 2001
1
+ From 3c2f4038b72ac3b62bc12c89d40d643a87796ee2 Mon Sep 17 00:00:00 2001
2
2
From: Lukas Voetmand <lukas.voetmand@stackable.tech>
3
3
Date: Fri, 6 Sep 2024 17:53:52 +0200
4
4
Subject: Add CycloneDX plugin
5
5
6
6
---
7
- pom.xml | 17 +++++++++++++++++
8
- 1 file changed, 17 insertions(+)
7
+ pom.xml | 18 + +++++++++++++++++
8
+ 1 file changed, 18 insertions(+)
9
9
10
10
diff --git a/pom.xml b/pom.xml
11
- index ddd620e..bbfcb96 100644
11
+ index ddd620e..62e60b5 100644
12
12
--- a/pom.xml
13
13
+++ b/pom.xml
14
- @@ -545,6 +545,23 @@
14
+ @@ -545,6 +545,24 @@
15
15
</dependency>
16
16
</dependencies>
17
17
</plugin>
@@ -22,6 +22,7 @@ index ddd620e..bbfcb96 100644
22
22
+ <configuration>
23
23
+ <projectType>application</projectType>
24
24
+ <schemaVersion>1.6</schemaVersion>
25
+ + <skipNotDeployed>false</skipNotDeployed>
25
26
+ </configuration>
26
27
+ <executions>
27
28
+ <execution>
You can’t perform that action at this time.
0 commit comments