Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: maven-verifier-1.0
-
Fix Version/s: maven-verifier-1.2
-
Component/s: maven-verifier
-
Labels:None
-
Number of attachments :
Description
While the Verifier's auto-clean feature is convenient it introduces a dependency on another Maven plugin. Self-containment of ITs can be increased if deletion of build output is handled manually instead of by the Maven Clean Plugin.
Added Verifier.deleteDirectory() in r697421.