checksum:directory
Full name:
eu.maveniverse.maven.plugins:checksum-plugin3:0.2.0:directory
Description:
Checksums all files found recursively in given directory with given algorithm, or "all". Default algorithms are same as in Maven 3: SHA-1 and MD5.
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. Defaults to Maven 3 defaults.Default: SHA-1,MD5User Property: alg |
<dir> |
File |
- |
The existing directory that should have checksums calculated. Defaults to current working directory. User Property: dir |
<write> |
boolean |
- |
If the calculated checksums should not be written out, set this to false.Default: trueUser Property: write |
Parameter Details
<alg>
The checksum algorithm name or names (comma separated) to use, or
"all" string, if all should be used. Defaults to Maven 3 defaults.- Type:
java.lang.String - Required:
Yes - User Property:
alg - Default:
SHA-1,MD5
<dir>
The existing directory that should have checksums calculated. Defaults to current working directory.
- Type:
java.io.File - Required:
Yes - User Property:
dir
<write>
If the calculated checksums should not be written out, set this to
false.- Type:
boolean - Required:
Yes - User Property:
write - Default:
true
