Skip to content

Commit

Permalink
chore: split up sigstore profile
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Apr 15, 2024
1 parent 7c0e3cd commit 6b286b8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@
<id>signing</id>
<activation>
<property>
<name>sign</name>
<name>sigstore</name>
<value>true</value>
</property>
</activation>
Expand All @@ -705,6 +705,19 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>signing</id>
<activation>
<property>
<name>sign</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 6b286b8

Please sign in to comment.