File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 682
682
</build >
683
683
684
684
<profiles >
685
+ <profile >
686
+ <id >signing</id >
687
+ <activation >
688
+ <property >
689
+ <name >sign</name >
690
+ <value >true</value >
691
+ </property >
692
+ </activation >
693
+ <build >
694
+ <plugins >
695
+ <plugin >
696
+ <groupId >dev.sigstore</groupId >
697
+ <artifactId >sigstore-maven-plugin</artifactId >
698
+ <executions >
699
+ <execution >
700
+ <id >sign</id >
701
+ <goals >
702
+ <goal >sign</goal >
703
+ </goals >
704
+ </execution >
705
+ </executions >
706
+ </plugin >
707
+ <plugin >
708
+ <groupId >org.apache.maven.plugins</groupId >
709
+ <artifactId >maven-gpg-plugin</artifactId >
710
+ <executions >
711
+ <execution >
712
+ <id >sign-artifacts</id >
713
+ <goals >
714
+ <goal >sign</goal >
715
+ </goals >
716
+ </execution >
717
+ </executions >
718
+ </plugin >
719
+ </plugins >
720
+ </build >
721
+ </profile >
685
722
<profile >
686
723
<id >reporting</id >
687
724
<reporting >
You can’t perform that action at this time.
0 commit comments