File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -161,15 +161,16 @@ of Jackson: application code should only rely on `jackson-bom`
161161 </execution >
162162 </executions >
163163 </plugin >
164- <!-- 28-Apr-2025, tatu: Add SBOM generation support [JSTEP-14]
165- -->
164+ <!-- 28-Apr-2025, tatu: Add SBOM generation support [JSTEP-14] -->
166165 <plugin >
167166 <groupId >org.cyclonedx</groupId >
168167 <artifactId >cyclonedx-maven-plugin</artifactId >
169168 <configuration >
170- <attach >true</attach >
171169 <classifier >sbom-cyclonedx</classifier >
172- <skipNotDeployed >true</skipNotDeployed >
170+ <!-- 16-Nov-2025, tatu: Should not skip because new Deploy mechanism
171+ `central-publishing-maven-plugin` NOT consider "deploy" apparently
172+ -->
173+ <skipNotDeployed >false</skipNotDeployed >
173174 </configuration >
174175 <executions >
175176 <execution >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Jackson components (core, modules)
1111
12122.21.0 (not yet released)
1313
14- - No changes since 2.20
14+ # 115 : Fix cycloneDX SBOM generation settings
1515
16162.20.1 (30 -Oct-2025 )
1717
You can’t perform that action at this time.
0 commit comments