This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.1.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 9cd251a83a023dc3cf987d254e73d1c38eb899b1 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Thu Nov 7 09:53:41 2024 +0100 Added the missing cyclonedx plugin --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a7aeb47f3..1aa79a912 100644 --- a/pom.xml +++ b/pom.xml @@ -467,7 +467,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>${version.compiler.plugin}</version> - <configuration>$a + <configuration> <debug>true</debug> <showDeprecation>true</showDeprecation> <encoding>UTF-8</encoding> @@ -882,6 +882,11 @@ </dependency> </dependencies> </plugin> + + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + </plugin> </plugins> </build>