Skip to content

Commit f642886

Browse files
committed
feat(build): sigstore publishing plugin
This changeset adds the Maven Sigstore plugin for use during publishing to Sonatype and other public repositories. - chore: add sigstore plugin to build Signed-off-by: Sam Gammon <[email protected]>
1 parent 15917c6 commit f642886

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,19 @@
328328
<id>sonatype-oss-release</id>
329329
<build>
330330
<plugins>
331+
<plugin>
332+
<groupId>dev.sigstore</groupId>
333+
<artifactId>sigstore-maven-plugin</artifactId>
334+
<version>0.4.0</version>
335+
<executions>
336+
<execution>
337+
<id>sign</id>
338+
<goals>
339+
<goal>sign</goal>
340+
</goals>
341+
</execution>
342+
</executions>
343+
</plugin>
331344
<plugin>
332345
<artifactId>maven-gpg-plugin</artifactId>
333346
<version>3.0.1</version>

0 commit comments

Comments
 (0)