File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 282
282
<artifactId >coveralls-maven-plugin</artifactId >
283
283
<version >4.3.0</version >
284
284
</plugin >
285
- <plugin >
286
- <groupId >org.apache.maven.plugins</groupId >
287
- <artifactId >maven-gpg-plugin</artifactId >
288
- <version >1.6</version >
289
- <executions >
290
- <execution >
291
- <id >sign-artifacts</id >
292
- <phase >verify</phase >
293
- <goals >
294
- <goal >sign</goal >
295
- </goals >
296
- </execution >
297
- </executions >
298
- </plugin >
299
285
</plugins >
300
286
</pluginManagement >
301
287
340
326
<autoReleaseAfterClose >true</autoReleaseAfterClose >
341
327
</configuration >
342
328
</plugin >
329
+ <plugin >
330
+ <groupId >org.apache.maven.plugins</groupId >
331
+ <artifactId >maven-gpg-plugin</artifactId >
332
+ <version >1.6</version >
333
+ <executions >
334
+ <execution >
335
+ <id >sign-artifacts</id >
336
+ <phase >verify</phase >
337
+ <goals >
338
+ <goal >sign</goal >
339
+ </goals >
340
+ </execution >
341
+ </executions >
342
+ </plugin >
343
343
</plugins >
344
344
</build >
345
345
You can’t perform that action at this time.
0 commit comments