MVN

dev.sigstore : sigstore-maven-plugin

Maven & Gradle

Jan 20, 1970
18 stars

sigstore Maven Plugin · A Maven plugin to sign with sigstore.

<plugin>
    <groupId>dev.sigstore</groupId>
    <artifactId>sigstore-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.sigstore : sigstore-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of dev.sigstore : sigstore-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
sigstore-maven-plugin-0.4.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>dev.sigstore</groupId>
    <artifactId>sigstore-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>