Skip to content

Commit 5990f73

Browse files
committed
Re-enable GPG
1 parent 2780ab0 commit 5990f73

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

pom.xml

+19-19
Original file line numberDiff line numberDiff line change
@@ -486,25 +486,25 @@
486486
</execution>
487487
</executions>
488488
</plugin>
489-
<!-- <plugin>-->
490-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
491-
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
492-
<!-- <executions>-->
493-
<!-- <execution>-->
494-
<!-- <id>sign-artifacts</id>-->
495-
<!-- <phase>verify</phase>-->
496-
<!-- <goals>-->
497-
<!-- <goal>sign</goal>-->
498-
<!-- </goals>-->
499-
<!-- <configuration>-->
500-
<!-- <gpgArguments>-->
501-
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
502-
<!-- <arg>loopback</arg>-->
503-
<!-- </gpgArguments>-->
504-
<!-- </configuration>-->
505-
<!-- </execution>-->
506-
<!-- </executions>-->
507-
<!-- </plugin>-->
489+
<plugin>
490+
<groupId>org.apache.maven.plugins</groupId>
491+
<artifactId>maven-gpg-plugin</artifactId>
492+
<executions>
493+
<execution>
494+
<id>sign-artifacts</id>
495+
<phase>verify</phase>
496+
<goals>
497+
<goal>sign</goal>
498+
</goals>
499+
<configuration>
500+
<gpgArguments>
501+
<arg>--pinentry-mode</arg>
502+
<arg>loopback</arg>
503+
</gpgArguments>
504+
</configuration>
505+
</execution>
506+
</executions>
507+
</plugin>
508508
<plugin>
509509
<groupId>org.apache.maven.plugins</groupId>
510510
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)