Skip to content

Commit

Permalink
Remove excessive maven-gpg-plugin definition (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Sep 30, 2024
1 parent a8f75cd commit 0369d8c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
Expand Down

0 comments on commit 0369d8c

Please sign in to comment.