Skip to content

Commit 135b2b8

Browse files
committed
fixup! separate sigstore profile
Signed-off-by: Sam Gammon <[email protected]>
1 parent b9897a4 commit 135b2b8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
</build>
394394
</profile>
395395
<profile>
396-
<id>signing</id>
396+
<id>sigstore</id>
397397
<build>
398398
<plugins>
399399
<plugin>
@@ -408,6 +408,19 @@
408408
</execution>
409409
</executions>
410410
</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>
411424
<plugin>
412425
<artifactId>maven-gpg-plugin</artifactId>
413426
<executions>

0 commit comments

Comments
 (0)