Skip to content

Commit

Permalink
Merge pull request #187 from eclipse/jenkins-signing-fix-for-1.0-branch
Browse files Browse the repository at this point in the history
Jenkins signing fix for 1.0 branch
  • Loading branch information
njr-11 authored Dec 19, 2019
2 parents 1373e4d + 8b354bc commit 205f22f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 205f22f

Please sign in to comment.