Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteDG committed Jan 22, 2022
1 parent 106b70c commit 03058ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<packaging>pom</packaging>
<version>1.0.0</version>
<name>Mybatis Crypto</name>
<description>Mybatis Crypto</description>
<url>https://github.com/WhiteDG/mybatis-crypto</url>

<licenses>
Expand Down Expand Up @@ -168,6 +169,13 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- Prevent `gpg` from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 03058ed

Please sign in to comment.