File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 246
246
<assembly .package.rootpath>${basedir} </assembly .package.rootpath>
247
247
<maven-enforcer-plugin .version>3.0.0</maven-enforcer-plugin .version>
248
248
<maven-javadoc-plugin .version>3.0.1</maven-javadoc-plugin .version>
249
- <maven-gpg-plugin .version>1.5 </maven-gpg-plugin .version>
249
+ <maven-gpg-plugin .version>1.6 </maven-gpg-plugin .version>
250
250
<maven-source-plugin .version>3.2.1</maven-source-plugin .version>
251
251
<maven-resources-plugin .version>3.0.1</maven-resources-plugin .version>
252
252
<apache-rat-plugin .version>0.13</apache-rat-plugin .version>
1944
1944
<groupId >org.apache.maven.plugins</groupId >
1945
1945
<artifactId >maven-gpg-plugin</artifactId >
1946
1946
<version >${maven-gpg-plugin.version} </version >
1947
+ <configuration >
1948
+ <gpgArguments >
1949
+ <arg >--pinentry-mode</arg >
1950
+ <arg >loopback</arg >
1951
+ </gpgArguments >
1952
+ </configuration >
1947
1953
<executions >
1948
1954
<execution >
1949
1955
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments