File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 451
451
452
452
<plugin >
453
453
<groupId >org.apache.maven.plugins</groupId >
454
- <artifactId >maven-gpg -plugin</artifactId >
455
- <version >${maven.gpg. plugin.version} </version >
454
+ <artifactId >maven-source -plugin</artifactId >
455
+ <version >${maven-source- plugin.version} </version >
456
456
<executions >
457
457
<execution >
458
- <id >sign-artifacts</id >
459
- <phase >package</phase >
460
458
<goals >
461
- <goal >sign </goal >
459
+ <goal >jar </goal >
462
460
</goals >
463
- <configuration >
464
- <keyname >${gpg.keyname} </keyname >
465
- </configuration >
466
461
</execution >
467
462
</executions >
468
463
</plugin >
469
464
470
465
<plugin >
471
466
<groupId >org.apache.maven.plugins</groupId >
472
- <artifactId >maven-source -plugin</artifactId >
473
- <version >${maven-source- plugin.version} </version >
467
+ <artifactId >maven-gpg -plugin</artifactId >
468
+ <version >${maven.gpg. plugin.version} </version >
474
469
<executions >
475
470
<execution >
471
+ <id >sign-artifacts</id >
472
+ <phase >package</phase >
476
473
<goals >
477
- <goal >jar </goal >
474
+ <goal >sign </goal >
478
475
</goals >
476
+ <configuration >
477
+ <keyname >${gpg.keyname} </keyname >
478
+ </configuration >
479
479
</execution >
480
480
</executions >
481
481
</plugin >
You can’t perform that action at this time.
0 commit comments