Disable SBOM generator

Disable SBOM generator to work around issue with release builds not
installing maven artifacts

Change-Id: I103ec516f5a46ea28e418fb6383424528ab4f944
Issue-ID: CIMAN-422
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/jjb/ccsdk/distribution.yaml b/jjb/ccsdk/distribution.yaml
index a119eb2..c47f21e 100644
--- a/jjb/ccsdk/distribution.yaml
+++ b/jjb/ccsdk/distribution.yaml
@@ -14,7 +14,7 @@
           mvn-params: '-Dmaven.test.skip=true'
           maven-versions-plugin: true
           cron: ''
-          sbom-generator: true
+          sbom-generator: false
       - gerrit-maven-docker-stage:
           build-node: centos7-docker-8c-8g
           container-public-registry: 'nexus3.onap.org:10001'