File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 224
224
<version >3.3.1</version >
225
225
</plugin >
226
226
<plugin >
227
+ <groupId >org.apache.maven.plugins</groupId >
227
228
<artifactId >maven-clean-plugin</artifactId >
228
229
<version >3.4.0</version >
229
230
</plugin >
230
231
<plugin >
232
+ <groupId >org.apache.maven.plugins</groupId >
231
233
<artifactId >maven-install-plugin</artifactId >
232
234
<version >3.1.2</version >
233
235
</plugin >
234
236
<plugin >
237
+ <groupId >org.apache.maven.plugins</groupId >
235
238
<artifactId >maven-site-plugin</artifactId >
236
239
<version >4.0.0-M16</version >
237
240
</plugin >
238
241
<plugin >
242
+ <groupId >org.apache.maven.plugins</groupId >
239
243
<artifactId >maven-jar-plugin</artifactId >
240
244
<version >3.4.2</version >
241
245
</plugin >
242
246
<plugin >
247
+ <groupId >org.apache.maven.plugins</groupId >
243
248
<artifactId >maven-resources-plugin</artifactId >
244
249
<version >3.3.1</version >
245
250
</plugin >
283
288
<plugin >
284
289
<groupId >org.apache.maven.plugins</groupId >
285
290
<artifactId >maven-gpg-plugin</artifactId >
286
- <version >3.2.4</version >
291
+ <!-- WORKAROUND: https://issues.apache.org/jira/browse/MGPG-136 -->
292
+ <version >3.1.0</version >
287
293
<executions >
288
294
<execution >
289
295
<id >sign-artifacts</id >
292
298
<goal >sign</goal >
293
299
</goals >
294
300
<configuration >
295
- <bestPractices >true</bestPractices >
301
+ <!-- < bestPractices>true</bestPractices> -- >
296
302
</configuration >
297
303
</execution >
298
304
</executions >
299
305
</plugin >
300
306
<plugin >
307
+ <groupId >org.apache.maven.plugins</groupId >
301
308
<artifactId >maven-deploy-plugin</artifactId >
302
309
<version >3.1.2</version >
303
310
<configuration >
You can’t perform that action at this time.
0 commit comments