MVN

io.github.chains-project : maven-lockfile

Maven & Gradle

Jul 14, 2023
22 stars

maven-lockfile-plugin · This plugin is a state-of-the-art solution 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>maven-lockfile</artifactId>
    <version>4.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.0

All Versions

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

Version Vulnerabilities Updated
4.0.x
maven-lockfile-4.0.0
3.4.x
maven-lockfile-3.4.2
maven-lockfile-3.4.1
maven-lockfile-3.4.0
3.3.x
maven-lockfile-3.3.0
3.2.x
maven-lockfile-3.2.0
3.1.x
maven-lockfile-3.1.2
maven-lockfile-3.1.1
maven-lockfile-3.1.0
3.0.x
maven-lockfile-3.0.1
maven-lockfile-3.0.0
2.2.x
maven-lockfile-2.2.0
2.1.x
maven-lockfile-2.1.0
2.0.x
maven-lockfile-2.0.0
1.3.x
maven-lockfile-1.3.0
1.2.x
maven-lockfile-1.2.0
1.1.x
maven-lockfile-1.1.11
maven-lockfile-1.1.10
maven-lockfile-1.1.9
maven-lockfile-1.1.8
maven-lockfile-1.1.7
maven-lockfile-1.1.6
maven-lockfile-1.1.4
maven-lockfile-1.1.2
maven-lockfile-1.1.0
1.0.x
maven-lockfile-1.0.17
maven-lockfile-1.0.16
maven-lockfile-1.0.15
maven-lockfile-1.0.14
maven-lockfile-1.0.13
maven-lockfile-1.0.12
maven-lockfile-1.0.11
maven-lockfile-1.0.10
maven-lockfile-1.0.9
maven-lockfile-1.0.8
maven-lockfile-1.0.7
maven-lockfile-1.0.6
maven-lockfile-1.0.5
maven-lockfile-1.0.4
maven-lockfile-1.0.3
maven-lockfile-1.0.2
maven-lockfile-1.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>maven-lockfile</artifactId>
    <version>4.0.0</version>
</plugin>