Skip to content

Commit

Permalink
PD-45855: Put config in correct plugin block
Browse files Browse the repository at this point in the history
  • Loading branch information
eromani-r7 committed Nov 6, 2024
1 parent 2121936 commit f4c6682
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@
</goals>
</execution>
</executions>
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>

<plugin>
Expand All @@ -164,6 +157,13 @@
</goals>
</execution>
</executions>
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit f4c6682

Please sign in to comment.