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