File tree 1 file changed +25
-11
lines changed
1 file changed +25
-11
lines changed Original file line number Diff line number Diff line change 248
248
<artifactId >coveralls-maven-plugin</artifactId >
249
249
<version >4.3.0</version >
250
250
</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 >
262
251
</plugins >
263
252
</pluginManagement >
264
253
292
281
<groupId >org.eluder.coveralls</groupId >
293
282
<artifactId >coveralls-maven-plugin</artifactId >
294
283
</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 >
295
309
</plugins >
296
310
</build >
297
311
You can’t perform that action at this time.
0 commit comments