This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 9aa2c0ce3bb5bb1f2e659a9ea6d1e3ef565ebf1c 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) (cherry picked from commit e6899606d7e41b7b0b9e7dd46537d53e1f921d85) --- pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 70718b0ed3..27d7789f50 100644 --- a/pom.xml +++ b/pom.xml @@ -370,6 +370,10 @@ </gpgArguments> </configuration> </plugin> + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + </plugin> </plugins> </build> </profile> @@ -405,6 +409,10 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + </plugin> </plugins> </build> </profile> @@ -718,10 +726,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.cyclonedx</groupId> - <artifactId>cyclonedx-maven-plugin</artifactId> - </plugin> </plugins> </build> <reporting>
