checksum:checksum-project

Full name:

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

Description:

Checksums project artifacts with given algorithm, or "all" and attach checksums.

Attributes:

  • Requires a Maven project to be executed.
  • 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.
User Property: alg
<attach> boolean - Whether the checksums should be attached to project.
Default: true
User Property: attach

Optional Parameters

Name Type Since Description
<includedClassifiers> List<String> - List of classifiers (exact) that are included in this execution.
User Property: includedClassifiers

Parameter Details

<alg>

The checksum algorithm name or names (comma separated) to use.
  • Type: java.lang.String
  • Required: Yes
  • User Property: alg

<attach>

Whether the checksums should be attached to project.
  • Type: boolean
  • Required: Yes
  • User Property: attach
  • Default: true

<includedClassifiers>

List of classifiers (exact) that are included in this execution.
  • Type: java.util.List<java.lang.String>
  • Required: No
  • User Property: includedClassifiers