This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push: new a7a69f8 No need for cyclonedx maven plugin for the moment a7a69f8 is described below commit a7a69f8002a849b15be31705dc4aae79681104ce Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 23 10:11:33 2024 +0200 No need for cyclonedx maven plugin for the moment Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index 366e547..bdb20f6 100644 --- a/pom.xml +++ b/pom.xml @@ -474,23 +474,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.cyclonedx</groupId> - <artifactId>cyclonedx-maven-plugin</artifactId> - <version>${cyclonedx-maven-plugin-version}</version> - <inherited>false</inherited> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>makeAggregateBom</goal> - </goals> - </execution> - </executions> - <configuration> - <outputName>${project.artifactId}-${project.version}-sbom</outputName> - </configuration> - </plugin> </plugins> </build>