MVN

net.ju-n.maven.plugins : maven-checksum-plugin

Maven & Gradle

Oct 23, 2010

maven-checksum-plugin · Compute project artifacts/dependencies/files checksum digests and output them to individual or summary files.

<plugin>
    <groupId>net.ju-n.maven.plugins</groupId>
    <artifactId>maven-checksum-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ju-n.maven.plugins : maven-checksum-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0
  • Latest Beta: 1.0-beta-2
  • Latest Alpha: 1.0-alpha-3

All Versions

Choose a version of net.ju-n.maven.plugins : maven-checksum-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-checksum-plugin-1.0
maven-checksum-plugin-1.0-beta-2
maven-checksum-plugin-1.0-beta-1
maven-checksum-plugin-1.0-alpha-3
maven-checksum-plugin-1.0-alpha-2

How to add a plugin to Maven

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

<plugin>
    <groupId>net.ju-n.maven.plugins</groupId>
    <artifactId>maven-checksum-plugin</artifactId>
    <version>1.0</version>
</plugin>