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 <sam@elide.ventures>
  • Loading branch information
sgammon committed Apr 15, 2024
1 parent 7c0e3cd commit bb16d12
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,10 @@

<profiles>
<profile>
<id>signing</id>
<id>sigstore</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 bb16d12

Please sign in to comment.