File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 207207 </plugin >
208208
209209 <!-- 28-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
210+ <!-- 16-Nov-2025: [databind#5361] - use makeBom goal instead of makeAggregateBom for single-module project -->
210211 <plugin >
211212 <groupId >org.cyclonedx</groupId >
212213 <artifactId >cyclonedx-maven-plugin</artifactId >
214+ <executions >
215+ <execution >
216+ <id >make-bom</id >
217+ <phase >package</phase >
218+ <goals ><goal >makeBom</goal ></goals >
219+ </execution >
220+ </executions >
213221 </plugin >
214222
215223 <plugin >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Versions: 3.x (for earlier see VERSION-2.x)
99
1010#5350: Add `DeserializationFeature.USE_NULL_FOR_MISSING_REFERENCE_VALUES` for
1111 selecting `null` vs "empty/absent" value when deserializing missing `Optional` value
12+ #5361: Fix Maven SBOM publishing (worked in 3.0.0-rc4 but not in rc5 or later)
1213
13143.0.2 (07-Nov-2025)
1415
You can’t perform that action at this time.
0 commit comments