File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments