Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: maven-verifier-1.2
-
Fix Version/s: maven-verifier-1.4
-
Component/s: maven-verifier
-
Labels:None
-
Number of attachments :
Description
Looking at the Verifier code: http://maven.apache.org/shared/maven-verifier/xref/index.html
it seems that this.debug is only used in the constructor (http://maven.apache.org/shared/maven-verifier/xref/org/apache/maven/it/Verifier.html#130). The setDebug() method (http://maven.apache.org/shared/maven-verifier/xref/org/apache/maven/it/Verifier.html#2056) will then be ineffective.