File tree 1 file changed +19
-13
lines changed
1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 272
272
</executions >
273
273
</plugin >
274
274
<plugin >
275
- <groupId >org.apache.maven.plugins</groupId >
276
- <artifactId >maven-gpg-plugin</artifactId >
277
- <version >1.5</version >
278
- <executions >
279
- <execution >
280
- <id >sign-artifacts</id >
281
- <phase >verify</phase >
282
- <goals >
283
- <goal >sign</goal >
284
- </goals >
285
- </execution >
286
- </executions >
287
- </plugin >
275
+ <groupId >org.apache.maven.plugins</groupId >
276
+ <artifactId >maven-gpg-plugin</artifactId >
277
+ <version >1.6</version >
278
+ <executions >
279
+ <execution >
280
+ <id >sign-artifacts</id >
281
+ <phase >verify</phase >
282
+ <goals >
283
+ <goal >sign</goal >
284
+ </goals >
285
+ <configuration >
286
+ <gpgArguments >
287
+ <arg >--pinentry-mode</arg >
288
+ <arg >loopback</arg >
289
+ </gpgArguments >
290
+ </configuration >
291
+ </execution >
292
+ </executions >
293
+ </plugin >
288
294
<plugin >
289
295
<groupId >org.apache.maven.plugins</groupId >
290
296
<artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments