File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 48
48
<common .codec.version>1.14</common .codec.version>
49
49
<spring .boot.version>2.3.1.RELEASE</spring .boot.version>
50
50
<spring .version>5.2.8.RELEASE</spring .version>
51
+
52
+ <gpg .keyname>48540ECBBF00A28EACCF04E720FD12AFB0C9EBA9</gpg .keyname>
53
+ <gpg .passphrase>${env.GPG_PASSPHRASE} </gpg .passphrase>
51
54
</properties >
52
55
53
56
<licenses >
@@ -345,7 +348,14 @@ limitations under the License.
345
348
<phase >verify</phase >
346
349
<goals >
347
350
<goal >sign</goal >
348
- </goals >
351
+ </goals >
352
+ <configuration >
353
+ <!-- This is necessary for gpg to not try to use the pinentry programs -->
354
+ <gpgArguments >
355
+ <arg >--pinentry-mode</arg >
356
+ <arg >loopback</arg >
357
+ </gpgArguments >
358
+ </configuration >
349
359
</execution >
350
360
</executions >
351
361
</plugin >
You can’t perform that action at this time.
0 commit comments