Skip to content

Commit 9bf14de

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

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

pom.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,43 @@
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+
<executions>
699+
<execution>
700+
<id>sign</id>
701+
<goals>
702+
<goal>sign</goal>
703+
</goals>
704+
</execution>
705+
</executions>
706+
</plugin>
707+
<plugin>
708+
<groupId>org.apache.maven.plugins</groupId>
709+
<artifactId>maven-gpg-plugin</artifactId>
710+
<executions>
711+
<execution>
712+
<id>sign-artifacts</id>
713+
<goals>
714+
<goal>sign</goal>
715+
</goals>
716+
</execution>
717+
</executions>
718+
</plugin>
719+
</plugins>
720+
</build>
721+
</profile>
685722
<profile>
686723
<id>reporting</id>
687724
<reporting>

0 commit comments

Comments
 (0)