File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 486
486
</execution >
487
487
</executions >
488
488
</plugin >
489
- <!-- <plugin> -- >
490
- <!-- <groupId>org.apache.maven.plugins</groupId> -- >
491
- <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
492
- <!-- <executions> -- >
493
- <!-- <execution> -- >
494
- <!-- <id>sign-artifacts</id> -- >
495
- <!-- <phase>verify</phase> -- >
496
- <!-- <goals> -- >
497
- <!-- <goal>sign</goal> -- >
498
- <!-- </goals> -- >
499
- <!-- <configuration> -- >
500
- <!-- <gpgArguments> -- >
501
- <!-- <arg>-- pinentry-mode</arg> -- >
502
- <!-- <arg>loopback</arg> -- >
503
- <!-- </gpgArguments> -- >
504
- <!-- </configuration> -- >
505
- <!-- </execution> -- >
506
- <!-- </executions> -- >
507
- <!-- </plugin> -- >
489
+ <plugin >
490
+ <groupId >org.apache.maven.plugins</groupId >
491
+ <artifactId >maven-gpg-plugin</artifactId >
492
+ <executions >
493
+ <execution >
494
+ <id >sign-artifacts</id >
495
+ <phase >verify</phase >
496
+ <goals >
497
+ <goal >sign</goal >
498
+ </goals >
499
+ <configuration >
500
+ <gpgArguments >
501
+ <arg >-- pinentry-mode</arg >
502
+ <arg >loopback</arg >
503
+ </gpgArguments >
504
+ </configuration >
505
+ </execution >
506
+ </executions >
507
+ </plugin >
508
508
<plugin >
509
509
<groupId >org.apache.maven.plugins</groupId >
510
510
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments