mirror of https://github.com/OpenVidu/openvidu.git
openvidu-java-client: fix mvn-gpg-plugin with config
parent
6ff7f7fd89
commit
2162636512
|
@ -160,6 +160,12 @@
|
|||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<gpgArguments>
|
||||
<arg>--pinentry-mode</arg>
|
||||
<arg>loopback</arg>
|
||||
</gpgArguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue