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/02/01 09:55:23 UTC

[camel-spring-boot] 02/03: Added SBOM generation to Camel-Spring-boot

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-spring-boot.git

commit 283033c0997de3abd4709c8aec0bfc3fdb90c711
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 1 09:57:39 2023 +0100

    Added SBOM generation to Camel-Spring-boot
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b3964c0738..1e48f1bd289 100644
--- a/pom.xml
+++ b/pom.xml
@@ -906,8 +906,8 @@
                              <phase>package</phase>
                              <configuration>
                                  <target>
-                                     <copy file="${project.build.directory}/camel-sbom.json" todir="${project.basedir}/camel-spring-boot-sbom/" />
-                                     <copy file="${project.build.directory}/camel-sbom.xml" todir="${project.basedir}/camel-spring-boot-sbom/" />
+                                     <copy file="${project.build.directory}/camel-spring-boot-sbom.json" todir="${project.basedir}/camel-spring-boot-sbom/" />
+                                     <copy file="${project.build.directory}/camel-spring-boot-sbom.xml" todir="${project.basedir}/camel-spring-boot-sbom/" />
                                  </target>
                              </configuration>
                              <goals>