pom:(1.3.0-beta1): 还原gpg

This commit is contained in:
opensnail 2024-10-30 21:27:17 +08:00
parent fde95a2c4d
commit c112d1c9fd

14
pom.xml
View File

@ -297,13 +297,13 @@
<goals> <goals>
<goal>sign</goal> <goal>sign</goal>
</goals> </goals>
<!-- <configuration>--> <configuration>
<!-- &lt;!&ndash; Prevent `gpg` from using pinentry programs &ndash;&gt;--> <!-- Prevent `gpg` from using pinentry programs -->
<!-- <gpgArguments>--> <gpgArguments>
<!-- <arg>&#45;&#45;pinentry-mode</arg>--> <arg>--pinentry-mode</arg>
<!-- <arg>loopback</arg>--> <arg>loopback</arg>
<!-- </gpgArguments>--> </gpgArguments>
<!-- </configuration>--> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>