File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4343 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4444 <maven .javadoc.failOnError>false</maven .javadoc.failOnError>
45- < project .build.outputTimestamp>1702102185</ project .build.outputTimestamp>
45+
4646 <!-- Maven Plugin Versions -->
4747 <maven .compiler.plugin.version>3.11.0</maven .compiler.plugin.version>
4848 <maven .jar.plugin.version>3.2.2</maven .jar.plugin.version>
222222 </execution >
223223 </executions >
224224 </plugin >
225+ <plugin >
226+ <groupId >org.cyclonedx</groupId >
227+ <artifactId >cyclonedx-maven-plugin</artifactId >
228+ <version >2.7.10</version >
229+ <configuration >
230+ <projectType >library</projectType >
231+ </configuration >
232+ <executions >
233+ <execution >
234+ <phase >package</phase >
235+ <goals >
236+ <goal >makeBom</goal >
237+ </goals >
238+ </execution >
239+ </executions >
240+ </plugin >
225241 </plugins >
226242 <testResources >
227243 <testResource >
You can’t perform that action at this time.
0 commit comments