Skip to content

Commit 4d656d0

Browse files
work on resolving comments
1 parent 719bcb4 commit 4d656d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888

8989
### Extra setup for pom.xml:
9090

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`:
9292

93-
```
93+
```xml
9494
<configuration>
9595
<!-- Prevent gpg from using pinentry programs -->
9696
<gpgArguments>
@@ -99,7 +99,7 @@ Maven GPG Plugin configuration in pom.xml file should contain the following stru
9999
</gpgArguments>
100100
</configuration>
101101
```
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`.
103103

104104
### Yaml example:
105105
```yaml

0 commit comments

Comments
 (0)