Fixed GPG signing 3

This commit is contained in:
Robert Vokac 2023-06-17 19:14:36 +02:00
parent 514a9ba323
commit 54ae5ef659
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

12
pom.xml
View File

@ -87,14 +87,14 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
<configuration>
<gpgArguments>
<argument>--pinentry-mode</argument>
<argument>loopback</argument>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>