This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.0.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 508de9d9996772839bf21e3e9163b4312d8ae52e Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Thu Nov 7 08:53:26 2024 +0100 added the missing cyclonedx plugin to generate the SBOM --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 76f2c6156..08c37a3a3 100644 --- a/pom.xml +++ b/pom.xml @@ -899,6 +899,11 @@ </dependency> </dependencies> </plugin> + + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + </plugin> </plugins> </build>