MVN

io.github.chains-project : integrity-maven-plugin

Maven & Gradle

Mar 27, 2023
21 stars

integrity-maven-plugin · This plugin is a proof of concept for a maven plugin that can be used to validate the integrity of a maven repository. It does this by generating a lock file that contains the checksums of all the artifacts in the repository. The lock file can then be used to validate the integrity of the repository. This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.

<plugin>
    <groupId>io.github.chains-project</groupId>
    <artifactId>integrity-maven-plugin</artifactId>
    <version>0.3.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chains-project : integrity-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of io.github.chains-project : integrity-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
integrity-maven-plugin-0.3.2
0.2.x
integrity-maven-plugin-0.2.0
0.1.x
integrity-maven-plugin-0.1.0
0.0.x
integrity-maven-plugin-0.0.3
integrity-maven-plugin-0.0.2
integrity-maven-plugin-0.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.chains-project</groupId>
    <artifactId>integrity-maven-plugin</artifactId>
    <version>0.3.2</version>
</plugin>