Skip to content

Commit 3e4db58

Browse files
committed
Backport #115 in 2.x for 2.21
1 parent 0ce4467 commit 3e4db58

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

base/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Jackson components (core, modules)
1111

1212
2.21.0 (not yet released)
1313

14-
- No changes since 2.20
14+
#115: Fix cycloneDX SBOM generation settings
1515

1616
2.20.1 (30-Oct-2025)
1717

0 commit comments

Comments
 (0)