Skip to content

Commit 6b286b8

Browse files
committed
chore: split up sigstore profile
Signed-off-by: Sam Gammon <[email protected]>
1 parent 7c0e3cd commit 6b286b8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
<id>signing</id>
687687
<activation>
688688
<property>
689-
<name>sign</name>
689+
<name>sigstore</name>
690690
<value>true</value>
691691
</property>
692692
</activation>
@@ -705,6 +705,19 @@
705705
</execution>
706706
</executions>
707707
</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>
708721
<plugin>
709722
<groupId>org.apache.maven.plugins</groupId>
710723
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)