MVN

com.github.exabrial : pgp-signature-check-plugin

Maven & Gradle

Aug 20, 2018
6 stars

pgp-signature-check-plugin · Automatically check PGP signatures on downloaded artifacts using GPG

<plugin>
    <groupId>com.github.exabrial</groupId>
    <artifactId>pgp-signature-check-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.exabrial : pgp-signature-check-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.github.exabrial : pgp-signature-check-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
pgp-signature-check-plugin-1.0.3
pgp-signature-check-plugin-1.0.2
pgp-signature-check-plugin-1.0.1
pgp-signature-check-plugin-1.0.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>com.github.exabrial</groupId>
    <artifactId>pgp-signature-check-plugin</artifactId>
    <version>1.0.3</version>
</plugin>

Advertisement