Skip to content

Commit 0fa253a

Browse files
committed
Update pom.xml
1 parent d0a895c commit 0fa253a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

vaadin-date-range-picker/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@
264264
<goals>
265265
<goal>sign</goal>
266266
</goals>
267+
<configuration>
268+
<!-- Fixes "gpg: signing failed: Inappropriate ioctl for device" -->
269+
<!-- Prevent `gpg` from using pinentry programs -->
270+
<gpgArguments>
271+
<arg>--pinentry-mode</arg>
272+
<arg>loopback</arg>
273+
</gpgArguments>
274+
</configuration>
267275
</execution>
268-
<configuration>
269-
<!-- Fixes "gpg: signing failed: Inappropriate ioctl for device" -->
270-
<!-- Prevent `gpg` from using pinentry programs -->
271-
<gpgArguments>
272-
<arg>--pinentry-mode</arg>
273-
<arg>loopback</arg>
274-
</gpgArguments>
275-
</configuration>
276276
</executions>
277277
</plugin>
278278
<plugin>

0 commit comments

Comments
 (0)