Skip to content

Commit e3b4a02

Browse files
committed
double plugin
1 parent 092c966 commit e3b4a02

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -395,28 +395,6 @@
395395
</gpgArguments>
396396
</configuration>
397397
</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>
420398
<plugin>
421399
<groupId>org.sonatype.central</groupId>
422400
<artifactId>central-publishing-maven-plugin</artifactId>

0 commit comments

Comments
 (0)