File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
118
118
<spotbugs-maven-plugin .version>4.2.0</spotbugs-maven-plugin .version>
119
119
<jsonschema2pojo-maven-plugin .version>1.1.1</jsonschema2pojo-maven-plugin .version>
120
120
<maven-compiler-plugin .version>3.10.1</maven-compiler-plugin .version>
121
+ <cyclonedx .version>2.7.3</cyclonedx .version>
121
122
122
123
<shell-executable >bash</shell-executable >
123
124
@@ -484,6 +485,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
484
485
<artifactId >maven-compiler-plugin</artifactId >
485
486
<version >${maven-compiler-plugin.version} </version >
486
487
</plugin >
488
+ <plugin >
489
+ <groupId >org.cyclonedx</groupId >
490
+ <artifactId >cyclonedx-maven-plugin</artifactId >
491
+ <version >${cyclonedx.version} </version >
492
+ <executions >
493
+ <execution >
494
+ <phase >package</phase >
495
+ <goals >
496
+ <goal >makeBom</goal >
497
+ </goals >
498
+ </execution >
499
+ </executions >
500
+ </plugin >
487
501
</plugins >
488
502
</pluginManagement >
489
503
@@ -592,6 +606,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
592
606
<groupId >com.github.spotbugs</groupId >
593
607
<artifactId >spotbugs-maven-plugin</artifactId >
594
608
</plugin >
609
+ <plugin >
610
+ <groupId >org.cyclonedx</groupId >
611
+ <artifactId >cyclonedx-maven-plugin</artifactId >
612
+ </plugin >
595
613
</plugins >
596
614
</build >
597
615
You can’t perform that action at this time.
0 commit comments