MVN

org.bluestemsoftware.open.maven.plugin : checksum-plugin

Maven & Gradle

Nov 21, 2010

checksum-plugin · Generates MD5 and SHA1 checksums for assembly project's artifacts. Used within the alakai release process.

<plugin>
    <groupId>org.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>checksum-plugin</artifactId>
    <version>1.0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bluestemsoftware.open.maven.plugin : checksum-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.1

All Versions

Choose a version of org.bluestemsoftware.open.maven.plugin : checksum-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
checksum-plugin-1.0.0.1
checksum-plugin-1.0.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>org.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>checksum-plugin</artifactId>
    <version>1.0.0.1</version>
</plugin>