i

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.
https://github.com/chains-project/maven-lockfile
MIT
Martin Wittlinger
Files download
File Operation
integrity-maven-plugin-0.3.2.jar download
integrity-maven-plugin-0.3.2.pom download
integrity-maven-plugin-0.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.chains-project</groupId>
  <artifactId>integrity-maven-plugin</artifactId>
  <version>0.3.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.chains-project:integrity-maven-plugin:0.3.2'
Gradle Kotlin
implementation("io.github.chains-project:integrity-maven-plugin:0.3.2")
Scala SBT
libraryDependencies += "io.github.chains-project" % "integrity-maven-plugin" % "0.3.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chains-project', module='integrity-maven-plugin', version='0.3.2')
)
Apache Ivy
<dependency org="io.github.chains-project" name="integrity-maven-plugin" rev="0.3.2" />
Leiningen
[io.github.chains-project/integrity-maven-plugin "0.3.2"]
Apache Buildr
'io.github.chains-project:integrity-maven-plugin:jar:0.3.2'