File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11FROM docker.stackable.tech/stackable/hadoop:3.3.6-stackable0.0.0-dev
22
33COPY --chown=stackable:stackable ./hdfs-utils-*.jar /stackable/hadoop/share/hadoop/tools/lib/
4+ COPY --chown=stackable:stackable ./bom.json /stackable/hadoop/share/hadoop/tools/lib/hdfs-utils.cdx.json
Original file line number Diff line number Diff line change 255255 </execution >
256256 </executions >
257257 </plugin >
258+ <plugin >
259+ <groupId >org.cyclonedx</groupId >
260+ <artifactId >cyclonedx-maven-plugin</artifactId >
261+ <version >2.8.0</version >
262+ <configuration >
263+ <projectType >application</projectType >
264+ <schemaVersion >1.5</schemaVersion >
265+ </configuration >
266+ <executions >
267+ <execution >
268+ <phase >package</phase >
269+ <goals >
270+ <goal >makeBom</goal >
271+ </goals >
272+ </execution >
273+ </executions >
274+ </plugin >
258275 </plugins >
259276 </build >
260277
You can’t perform that action at this time.
0 commit comments