Skip to content

Commit f9866b8

Browse files
authored
Merge pull request #36 from Bandwidth/task/add-workflow
DX-2005 Add gpg configuration to maven gpg plugin
2 parents 3ac3351 + 31273a3 commit f9866b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@
192192
</goals>
193193
</execution>
194194
</executions>
195+
<configuration>
196+
<gpgArguments>
197+
<arg>--pinentry-mode</arg>
198+
<arg>loopback</arg>
199+
</gpgArguments>
200+
</configuration>
195201
</plugin>
196202
<plugin>
197203
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)