| ArtifactDigestsCleanMojo |
Removes artifact digest files generated by the generate-artifact-digests goal.
|
| ArtifactDigestsGeneratorMojo |
Generates cryptographic digest files for build artifacts (JARs, WARs, ZIPs).
|
| ArtifactDigestsUtils |
Utility methods for artifact digest computation, artifact discovery, and path validation.
|
| ArtifactDigestsVerifyMojo |
Verifies that build artifacts have not been modified since their digests were generated.
|
| GitIgnoreAwareFileVisitor |
Shared recursive file visitor that enforces generic traversal behaviors, such as evaluating
static `skipDirs` and dynamically parsing and enforcing local `.gitignore` rules in real-time.
|
| GitIgnoreParser |
Lightweight, zero-dependency parser for .gitignore files natively inside the Maven runtime.
|
| HashCleanMojo |
Removes companion hash sidecar files generated by the generate-hashes goal.
|
| HashGeneratorMojo |
Generates companion hash files for AI instruction resources (e.g.
|
| HashUtils |
Shared utility methods for hash computation, pattern parsing, and hex encoding used by both the
generate and verify mojos.
|
| HashVerifyMojo |
Verifies that AI instruction resource files have not been modified since their hashes were
generated.
|
| IntegrityFailureAdvice |
Formats and logs actionable recovery guidance when integrity verification fails.
|