Skip to content

Commit

Permalink
chore(deps): prompt gpg key
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
  • Loading branch information
ruromero committed Mar 7, 2024
1 parent dd0ffd3 commit 6969210
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 @@ -624,6 +624,12 @@ limitations under the License.]]>
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
Expand Down

0 comments on commit 6969210

Please sign in to comment.