Skip to content

Commit 574ca0e

Browse files
committed
1 parent 7812e71 commit 574ca0e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,22 +224,27 @@
224224
<version>3.3.1</version>
225225
</plugin>
226226
<plugin>
227+
<groupId>org.apache.maven.plugins</groupId>
227228
<artifactId>maven-clean-plugin</artifactId>
228229
<version>3.4.0</version>
229230
</plugin>
230231
<plugin>
232+
<groupId>org.apache.maven.plugins</groupId>
231233
<artifactId>maven-install-plugin</artifactId>
232234
<version>3.1.2</version>
233235
</plugin>
234236
<plugin>
237+
<groupId>org.apache.maven.plugins</groupId>
235238
<artifactId>maven-site-plugin</artifactId>
236239
<version>4.0.0-M16</version>
237240
</plugin>
238241
<plugin>
242+
<groupId>org.apache.maven.plugins</groupId>
239243
<artifactId>maven-jar-plugin</artifactId>
240244
<version>3.4.2</version>
241245
</plugin>
242246
<plugin>
247+
<groupId>org.apache.maven.plugins</groupId>
243248
<artifactId>maven-resources-plugin</artifactId>
244249
<version>3.3.1</version>
245250
</plugin>
@@ -283,7 +288,8 @@
283288
<plugin>
284289
<groupId>org.apache.maven.plugins</groupId>
285290
<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>
287293
<executions>
288294
<execution>
289295
<id>sign-artifacts</id>
@@ -292,12 +298,13 @@
292298
<goal>sign</goal>
293299
</goals>
294300
<configuration>
295-
<bestPractices>true</bestPractices>
301+
<!-- <bestPractices>true</bestPractices>-->
296302
</configuration>
297303
</execution>
298304
</executions>
299305
</plugin>
300306
<plugin>
307+
<groupId>org.apache.maven.plugins</groupId>
301308
<artifactId>maven-deploy-plugin</artifactId>
302309
<version>3.1.2</version>
303310
<configuration>

0 commit comments

Comments
 (0)