File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 90
90
91
91
<!-- plugins -->
92
92
<maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
93
- <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
94
93
<maven-javadoc-plugin .version>2.9.1</maven-javadoc-plugin .version>
95
94
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
96
95
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
275
274
<autoReleaseAfterClose >true</autoReleaseAfterClose >
276
275
</configuration >
277
276
</plugin >
278
- <plugin >
279
- <groupId >org.apache.maven.plugins</groupId >
280
- <artifactId >maven-gpg-plugin</artifactId >
281
- <version >${maven-gpg-plugin.version} </version >
282
- <executions >
283
- <execution >
284
- <id >sign-artifacts</id >
285
- <goals >
286
- <goal >sign</goal >
287
- </goals >
288
- <phase >verify</phase >
289
- <configuration >
290
- <gpgArguments >
291
- <arg >--pinentry-mode</arg >
292
- <arg >loopback</arg >
293
- </gpgArguments >
294
- </configuration >
295
- </execution >
296
- </executions >
297
- </plugin >
298
277
<plugin >
299
278
<groupId >org.apache.maven.plugins</groupId >
300
279
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments