You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/03 10:46:55 UTC

[camel-quarkus] branch main updated: Bump to CycloneDX Maven Plugin 2.7.5

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-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new f47ed6e2cc Bump to CycloneDX Maven Plugin 2.7.5
f47ed6e2cc is described below

commit f47ed6e2cce5679bac7bd0195cafa9652fa7b6d8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 09:41:35 2023 +0100

    Bump to CycloneDX Maven Plugin 2.7.5
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8f7e776a7..af0149420e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,9 +176,8 @@
         <maven-utils.version>0.1.0</maven-utils.version>
 
         <!-- Maven plugin versions (keep sorted alphabetically) -->
-        <antrun-maven-plugin-version>3.1.0</antrun-maven-plugin-version>
         <cq-plugin.version>3.5.3</cq-plugin.version>
-        <cyclonedx-maven-plugin-version>2.7.4</cyclonedx-maven-plugin-version>
+        <cyclonedx-maven-plugin-version>2.7.5</cyclonedx-maven-plugin-version>
         <build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
         <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
         <formatter-maven-plugin.version>2.17.1</formatter-maven-plugin.version>
@@ -1282,6 +1281,7 @@
                    <inherited>false</inherited>
                    <configuration>
                         <outputName>camel-quarkus-sbom</outputName>
+                        <outputDirectory>${project.basedir}/camel-quarkus-sbom/</outputDirectory>                        
                    </configuration>
                    <executions>
                        <execution>
@@ -1292,26 +1292,6 @@
                       </execution>
                    </executions>
                 </plugin>
-                <plugin>
-                     <groupId>org.apache.maven.plugins</groupId>
-                     <artifactId>maven-antrun-plugin</artifactId>
-                     <version>${antrun-maven-plugin-version}</version>
-                     <inherited>false</inherited>
-                     <executions>
-                         <execution>
-                             <phase>package</phase>
-                             <configuration>
-                                 <target>
-                                     <copy file="${project.build.directory}/camel-quarkus-sbom.json" todir="${project.basedir}/camel-quarkus-sbom/"/>
-                                     <copy file="${project.build.directory}/camel-quarkus-sbom.xml" todir="${project.basedir}/camel-quarkus-sbom/"/>
-                                 </target>
-                             </configuration>
-                             <goals>
-                                 <goal>run</goal>
-                             </goals>
-                         </execution>
-                   </executions>
-                </plugin>
             </plugins>
             </build>
         </profile>