We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e3cd commit 6b286b8Copy full SHA for 6b286b8
pom.xml
@@ -686,7 +686,7 @@
686
<id>signing</id>
687
<activation>
688
<property>
689
- <name>sign</name>
+ <name>sigstore</name>
690
<value>true</value>
691
</property>
692
</activation>
@@ -705,6 +705,19 @@
705
</execution>
706
</executions>
707
</plugin>
708
+ </plugins>
709
+ </build>
710
+ </profile>
711
+ <profile>
712
+ <id>signing</id>
713
+ <activation>
714
+ <property>
715
+ <name>sign</name>
716
+ <value>true</value>
717
+ </property>
718
+ </activation>
719
+ <build>
720
+ <plugins>
721
<plugin>
722
<groupId>org.apache.maven.plugins</groupId>
723
<artifactId>maven-gpg-plugin</artifactId>
0 commit comments