You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,9 @@ jobs:
88
88
89
89
### Extra setup for pom.xml:
90
90
91
-
Maven GPG Plugin configuration in pom.xml file should contain the following structure to avoid possible issues like `Inappropriate ioctl for device` or `gpg: signing failed: No such file or directory`:
91
+
The Maven GPG Plugin configuration in the pom.xml file should contain the following structure to avoid possible issues like `Inappropriate ioctl for device` or `gpg: signing failed: No such file or directory`:
92
92
93
-
```
93
+
```xml
94
94
<configuration>
95
95
<!-- Prevent gpg from using pinentry programs -->
96
96
<gpgArguments>
@@ -99,7 +99,7 @@ Maven GPG Plugin configuration in pom.xml file should contain the following stru
99
99
</gpgArguments>
100
100
</configuration>
101
101
```
102
-
GPG 2.1 requires `--pinentry-mode` to be set to `loopback` in order to pick up `gpg.passphrase` value defined in Maven `settings.xml`
102
+
GPG 2.1 requires `--pinentry-mode` to be set to `loopback` in order to pick up the `gpg.passphrase` value defined in Maven `settings.xml`.
0 commit comments