Skip to content

Commit d39e03a

Browse files
committed
Remove unnecessary configuration from pom.xml
1 parent 7ef626e commit d39e03a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ SPDX-License-Identifier: LGPL-2.0-or-later
198198
</scm>
199199

200200
<profiles>
201-
<!-- GPG signature on release -->
201+
<!-- GPG signature on release. Ensure 'gpg' is your PATH. Use GnuPG 2.1.12 or higher. -->
202202
<profile>
203203
<id>release-sign-artifacts</id>
204204
<activation>
@@ -221,14 +221,6 @@ SPDX-License-Identifier: LGPL-2.0-or-later
221221
</goals>
222222
</execution>
223223
</executions>
224-
<configuration>
225-
<!-- Use gpg.passphrase. Don't ask interactively. -->
226-
<!-- See https://myshittycode.com/2017/08/07/maven-gpg-plugin-prevent-signing-prompt-or-gpg-signing-failed-no-such-file-or-directory-error/ -->
227-
<gpgArguments>
228-
<arg>--pinentry-mode</arg>
229-
<arg>loopback</arg>
230-
</gpgArguments>
231-
</configuration>
232224
</plugin>
233225
</plugins>
234226
</build>

0 commit comments

Comments
 (0)