File tree 1 file changed +24
-24
lines changed
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 116
116
</configuration >
117
117
</plugin >
118
118
119
- <!-- 11-Jun-2020, tatu: [annotations#173] add gradle module metadata
120
- -->
121
- <plugin >
122
- <groupId >de.jjohannes</groupId >
123
- <artifactId >gradle-module-metadata-maven-plugin</artifactId >
124
- <version >0.4.0</version >
125
- <executions >
126
- <execution >
127
- <goals >
128
- <goal >gmm</goal >
129
- </goals >
130
- </execution >
131
- </executions >
132
- <configuration >
133
- <platformDependencies >
134
- <dependency >
135
- <groupId >com.fasterxml.jackson</groupId >
136
- <artifactId >jackson-bom</artifactId >
137
- <version >${project.version} </version >
138
- </dependency >
139
- </platformDependencies >
140
- </configuration >
141
- </plugin >
142
-
143
119
<!-- 20-Oct-2020, tatu: [annotations#178] copy full LICENSE from main dir
144
120
-->
145
121
<plugin >
192
168
</archive >
193
169
</configuration >
194
170
</plugin >
171
+
172
+ <!-- 11-Jun-2020, tatu: [annotations#173] add gradle module metadata -->
173
+ <!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
174
+ <plugin >
175
+ <groupId >org.gradlex</groupId >
176
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
177
+ <version >1.0</version >
178
+ <executions >
179
+ <execution >
180
+ <goals >
181
+ <goal >gmm</goal >
182
+ </goals >
183
+ </execution >
184
+ </executions >
185
+ <configuration >
186
+ <platformDependencies >
187
+ <dependency >
188
+ <groupId >com.fasterxml.jackson</groupId >
189
+ <artifactId >jackson-bom</artifactId >
190
+ <version >${project.version} </version >
191
+ </dependency >
192
+ </platformDependencies >
193
+ </configuration >
194
+ </plugin >
195
195
</plugins >
196
196
</build >
197
197
You can’t perform that action at this time.
0 commit comments