File tree Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Original file line number Diff line number Diff line change 248248 <artifactId >coveralls-maven-plugin</artifactId >
249249 <version >4.3.0</version >
250250 </plugin >
251- <plugin >
252- <groupId >org.sonatype.plugins</groupId >
253- <artifactId >nexus-staging-maven-plugin</artifactId >
254- <version >1.6.3</version >
255- <extensions >true</extensions >
256- <configuration >
257- <serverId >sonatype-nexus-staging</serverId >
258- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
259- <autoReleaseAfterClose >true</autoReleaseAfterClose >
260- </configuration >
261- </plugin >
262251 </plugins >
263252 </pluginManagement >
264253
292281 <groupId >org.eluder.coveralls</groupId >
293282 <artifactId >coveralls-maven-plugin</artifactId >
294283 </plugin >
284+ <plugin >
285+ <groupId >org.sonatype.plugins</groupId >
286+ <artifactId >nexus-staging-maven-plugin</artifactId >
287+ <version >1.6.3</version >
288+ <extensions >true</extensions >
289+ <configuration >
290+ <serverId >sonatype-nexus-staging</serverId >
291+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
292+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
293+ </configuration >
294+ </plugin >
295+ <plugin >
296+ <groupId >org.apache.maven.plugins</groupId >
297+ <artifactId >maven-gpg-plugin</artifactId >
298+ <version >1.6</version >
299+ <executions >
300+ <execution >
301+ <id >sign-artifacts</id >
302+ <phase >verify</phase >
303+ <goals >
304+ <goal >sign</goal >
305+ </goals >
306+ </execution >
307+ </executions >
308+ </plugin >
295309 </plugins >
296310 </build >
297311
You can’t perform that action at this time.
0 commit comments