We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092c966 commit e3b4a02Copy full SHA for e3b4a02
1 file changed
pom.xml
@@ -395,28 +395,6 @@
395
</gpgArguments>
396
</configuration>
397
</plugin>
398
- <!-- Central Publishing Plugin - Only active in release profile -->
399
- <plugin>
400
- <groupId>org.apache.maven.plugins</groupId>
401
- <artifactId>maven-gpg-plugin</artifactId>
402
- <version>3.2.7</version>
403
- <executions>
404
- <execution>
405
- <id>sign-artifacts</id>
406
- <phase>verify</phase>
407
- <goals>
408
- <goal>sign</goal>
409
- </goals>
410
- </execution>
411
- </executions>
412
- <configuration>
413
- <!-- Prevent gpg from hanging on CI -->
414
- <gpgArguments>
415
- <arg>--pinentry-mode</arg>
416
- <arg>loopback</arg>
417
- </gpgArguments>
418
- </configuration>
419
- </plugin>
420
<plugin>
421
<groupId>org.sonatype.central</groupId>
422
<artifactId>central-publishing-maven-plugin</artifactId>
0 commit comments