Represents a checksum policy configuration for Maven artifacts.
Corresponds to the <checksumPolicy/> element in a pom.xml.
Summary
Enumeration valuesfail | The operation should fail is mismatching artifact checksums are detected. |
ignore | The operation should ignore mismatching artifact checksums. |
warn | The operation should warn if mismatching artifact checksums are detected. |
Enumeration values
The operation should fail is mismatching artifact checksums are detected.
The operation should ignore mismatching artifact checksums.
The operation should warn if mismatching artifact checksums are detected.