This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 3bcd986675 Scoped SBOM (cyclonedx-maven-plugin) to release and deploy 
Apache Maven profiles only (#1608)
3bcd986675 is described below

commit 3bcd986675892530557296497f83bd24a7cc72f8
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)
---
 pom.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c000734bbb..13ec16fc3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,6 +368,10 @@
                             </gpgArguments>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.cyclonedx</groupId>
+                        <artifactId>cyclonedx-maven-plugin</artifactId>
+                    </plugin>
                 </plugins>
             </build>
         </profile>
@@ -403,6 +407,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>

Reply via email to