Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.2
-
None
-
Maven 3.0.4 on Mac OS 10.7.x, Apple JDK 1.6.0
Description
Executing a build of a plugin with debug switch (-X) will result in extreme amounts of debug logging like this:
[DEBUG] MojoClassVisitor#visit
[DEBUG] MojoClassVisitor#visitField
[DEBUG] MojoClassVisitor#visitField
[DEBUG] MojoClassVisitor#visitField
[DEBUG] MojoClassVisitor#visitField
[DEBUG] MojoClassVisitor#visitField
[DEBUG] MojoClassVisitor#visitField
[DEBUG] MojoClassVisitor#visitField
[DEBUG] MojoClassVisitor#visitField
This info is just useless for any Maven user and causes the console log to be very hard to read. It should be removed.
Is see this in the maven-plugin-plugin:3.2:helpmojo execution of the Maven build.