Skip to content

Commit

Permalink
Added gpg configuration to pom for publishing. (#38)
Browse files Browse the repository at this point in the history
* Added gpg configuration to pom for publishing.

* Added gpg configuration to pom for publishing.
  • Loading branch information
mohsin-sq authored Jan 21, 2021
1 parent 65a992f commit be8c615
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- This is necessary for gpg to not try to use the pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -214,4 +221,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit be8c615

Please sign in to comment.