This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit e6899606d7e41b7b0b9e7dd46537d53e1f921d85 Author: Andriy Redko <[email protected]> AuthorDate: Tue Jan 16 08:26:31 2024 -0500 Scoped SBOM (cyclonedx-maven-plugin) to release and deploy Apache Maven profiles only (#1608) (cherry picked from commit 3bcd986675892530557296497f83bd24a7cc72f8) --- pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ae1d21c65d..2d7c03b598 100644 --- a/pom.xml +++ b/pom.xml @@ -369,6 +369,10 @@ </gpgArguments> </configuration> </plugin> + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + </plugin> </plugins> </build> </profile> @@ -404,6 +408,10 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + </plugin> </plugins> </build> </profile> @@ -720,10 +728,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.cyclonedx</groupId> - <artifactId>cyclonedx-maven-plugin</artifactId> - </plugin> </plugins> </build> <reporting>
