saker.maven.classpath Documentation TaskDoc JavaDoc Packages
Represents a checksum policy configuration for Maven artifacts. Corresponds to the <checksumPolicy/> element in a pom.xml.
Summary
Enumeration values
failThe operation should fail is mismatching artifact checksums are detected.
ignoreThe operation should ignore mismatching artifact checksums.
warnThe 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.