File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-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
+ <version >0.4.0</version >
699
+ <executions >
700
+ <execution >
701
+ <id >sign</id >
702
+ <goals >
703
+ <goal >sign</goal >
704
+ </goals >
705
+ </execution >
706
+ </executions >
707
+ </plugin >
708
+ <plugin >
709
+ <groupId >org.apache.maven.plugins</groupId >
710
+ <artifactId >maven-gpg-plugin</artifactId >
711
+ <executions >
712
+ <execution >
713
+ <id >sign-artifacts</id >
714
+ <goals >
715
+ <goal >sign</goal >
716
+ </goals >
717
+ </execution >
718
+ </executions >
719
+ </plugin >
720
+ </plugins >
721
+ </build >
722
+ </profile >
685
723
<profile >
686
724
<id >reporting</id >
687
725
<reporting >
You can’t perform that action at this time.
0 commit comments