From b0478daea798a5acf4adf334fb2063331814cae2 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 9 Jun 2026 23:01:45 +0200 Subject: [PATCH] Set custom output name for CycloneDX BOM generation Allow to easier use output file do deploy to ATR. Deployed artifact is not changed. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 4a10cce..3027c92 100644 --- a/pom.xml +++ b/pom.xml @@ -1403,6 +1403,9 @@ under the License. makeAggregateBom package + + ${project.artifactId}-${project.version}-cyclonedx +