We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9897a4 commit 135b2b8Copy full SHA for 135b2b8
pom.xml
@@ -393,7 +393,7 @@
393
</build>
394
</profile>
395
<profile>
396
- <id>signing</id>
+ <id>sigstore</id>
397
<build>
398
<plugins>
399
<plugin>
@@ -408,6 +408,19 @@
408
</execution>
409
</executions>
410
</plugin>
411
+ </plugins>
412
+ </build>
413
+ <activation>
414
+ <property>
415
+ <name>sign</name>
416
+ <value>true</value>
417
+ </property>
418
+ </activation>
419
+ </profile>
420
+ <profile>
421
+ <id>signing</id>
422
+ <build>
423
+ <plugins>
424
425
<artifactId>maven-gpg-plugin</artifactId>
426
<executions>
0 commit comments