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

commit 734c0bdc78e048ef8e64230b866813d2a24cc2ce
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jan 19 18:38:24 2023 +0100

    CAMEL-18951 - Introducing SBOM generation - Don't run on all modules - 
Thanks Christofer Dutz
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5b71c54ebcc..985620280fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -856,6 +856,7 @@
                    <version>${cyclonedx-maven-plugin-version}</version>
                    <configuration>
                         <outputName>camel-sbom</outputName>
+                        <inherited>false</inherited>
                    </configuration>
                    <executions>
                        <execution>

Reply via email to