Skip to content

Commit 9370292

Browse files
committed
makeAggregateBom -> makeBom
1 parent 3e4db58 commit 9370292

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

base/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ of Jackson: application code should only rely on `jackson-bom`
115115
</goals>
116116
-->
117117
<configuration>
118-
<rules>
118+
<rules>
119119
<!-- Needed both for Replacer plug-in AND for Automatic Module Name -->
120120
<requireProperty>
121121
<property>packageVersion.package</property>
122122
</requireProperty>
123123
<requireProperty>
124124
<property>packageVersion.dir</property>
125125
</requireProperty>
126-
</rules>
126+
</rules>
127127
</configuration>
128128
</execution>
129129
</executions>
@@ -172,12 +172,14 @@ of Jackson: application code should only rely on `jackson-bom`
172172
-->
173173
<skipNotDeployed>false</skipNotDeployed>
174174
</configuration>
175+
<!-- 16-Nov-2025, tatu: We will NOT need "makeAggregateBom" for
176+
any projects since Jackson multi-module projects have
177+
parent poms only, not true aggregation
178+
-->
175179
<executions>
176180
<execution>
177181
<phase>package</phase>
178-
<goals>
179-
<goal>makeAggregateBom</goal>
180-
</goals>
182+
<goals><goal>makeBom</goal></goals>
181183
</execution>
182184
</executions>
183185
</plugin>

0 commit comments

Comments
 (0)