Skip to content

Commit 7c0e3cd

Browse files
committed
chore: signing profile
Signed-off-by: Sam Gammon <[email protected]>
1 parent 5e2ec7c commit 7c0e3cd

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

pom.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,44 @@
682682
</build>
683683

684684
<profiles>
685+
<profile>
686+
<id>signing</id>
687+
<activation>
688+
<property>
689+
<name>sign</name>
690+
<value>true</value>
691+
</property>
692+
</activation>
693+
<build>
694+
<plugins>
695+
<plugin>
696+
<groupId>dev.sigstore</groupId>
697+
<artifactId>sigstore-maven-plugin</artifactId>
698+
<version>0.4.0</version>
699+
<executions>
700+
<execution>
701+
<id>sign</id>
702+
<goals>
703+
<goal>sign</goal>
704+
</goals>
705+
</execution>
706+
</executions>
707+
</plugin>
708+
<plugin>
709+
<groupId>org.apache.maven.plugins</groupId>
710+
<artifactId>maven-gpg-plugin</artifactId>
711+
<executions>
712+
<execution>
713+
<id>sign-artifacts</id>
714+
<goals>
715+
<goal>sign</goal>
716+
</goals>
717+
</execution>
718+
</executions>
719+
</plugin>
720+
</plugins>
721+
</build>
722+
</profile>
685723
<profile>
686724
<id>reporting</id>
687725
<reporting>

0 commit comments

Comments
 (0)