Package com.intsof.ai.build.integrity
Class ArtifactDigestsCleanMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.intsof.ai.build.integrity.ArtifactDigestsCleanMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="clean-artifact-digests", defaultPhase=CLEAN, requiresProject=true, threadSafe=true) public class ArtifactDigestsCleanMojo extends org.apache.maven.plugin.AbstractMojoRemoves artifact digest files generated by thegenerate-artifact-digestsgoal.This mojo scans the project's build directory for digest files (sidecar or central) and deletes them. It binds by default to the
cleanphase and runs on each module.Note: Unlike the AI instruction file
HashCleanMojowhich usesexecutionRootOnly, this mojo runs on each module to ensure cleanup of all digest files across the reactor.
-
-
Constructor Summary
Constructors Constructor Description ArtifactDigestsCleanMojo()Default constructor forArtifactDigestsCleanMojo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Constructor Detail
-
ArtifactDigestsCleanMojo
public ArtifactDigestsCleanMojo()
Default constructor forArtifactDigestsCleanMojo.
-
-