Skip to content

Commit 144a07f

Browse files
committed
Simplify SBOM fix
1 parent 837ecdb commit 144a07f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,9 @@
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 -->
211210
<plugin>
212211
<groupId>org.cyclonedx</groupId>
213212
<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>
221213
</plugin>
222214

223215
<plugin>

0 commit comments

Comments
 (0)