checksum:checksum-file

Full name:

eu.maveniverse.maven.plugins:checksum-plugin3:0.1.1-SNAPSHOT:checksum-file

Description:

Checksums given file with given algorithm, or "all".

Attributes:

  • The goal is thread-safe and supports parallel builds.

Required Parameters

Name Type Since Description
<alg> String - The checksum algorithm name or names (comma separated) to use, or "all" string, if all should be used.
User Property: alg
<file> File - The existing file that should have checksums calculated.
User Property: file
<write> boolean - If the calculated checksums should be written out, set this to true.
Default: false
User Property: write

Parameter Details

<alg>

The checksum algorithm name or names (comma separated) to use, or "all" string, if all should be used.
  • Type: java.lang.String
  • Required: Yes
  • User Property: alg

<file>

The existing file that should have checksums calculated.
  • Type: java.io.File
  • Required: Yes
  • User Property: file

<write>

If the calculated checksums should be written out, set this to true.
  • Type: boolean
  • Required: Yes
  • User Property: write
  • Default: false