Author: fanningpj
Date: Wed Dec 21 10:57:47 2022
New Revision: 1906131
URL: http://svn.apache.org/viewvc?rev=1906131&view=rev
Log:
add sbom to bin/src dists
Modified:
xmlbeans/trunk/build.gradle
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1906131&r1=1906130&r2=1906131&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Wed Dec 21 10:57:47 2022
@@ -465,7 +465,7 @@ distributions {
into 'lib'
}
from ('build/reports') {
- include '*.bom.xml'
+ include '*.bom.*'
}
from(sourcesJar) {
into 'lib'
@@ -516,7 +516,7 @@ distributions {
}
from ('build/reports') {
- include '*.bom.xml'
+ include '*.bom.*'
}
includeEmptyDirs = false
@@ -772,7 +772,7 @@ cyclonedxBom {
// The file name for the generated BOMs (before the file format suffix).
Defaults to 'bom'
outputName = "xmlbeans-${XMLBeansVersion}.bom"
// The file format generated, can be xml, json or all for generating both
- outputFormat = "xml"
+ outputFormat = "all"
// Exclude BOM Serial Number
includeBomSerialNumber = true
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]