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 <[email protected]>
AuthorDate: Wed Feb 1 09:57:39 2023 +0100

    Added SBOM generation to Camel-Spring-boot
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 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>

Reply via email to