Anders Hammar created MPLUGIN-234:
-------------------------------------

             Summary: Extreme amounts of debug logging
                 Key: MPLUGIN-234
                 URL: https://jira.codehaus.org/browse/MPLUGIN-234
             Project: Maven 2.x Plugin Tools
          Issue Type: Bug
          Components: maven-plugin-tools-annotations
    Affects Versions: 3.2
         Environment: Maven 3.0.4 on Mac OS 10.7.x, Apple JDK 1.6.0
            Reporter: Anders Hammar
            Priority: Critical


Executing a build of a plugin with debug switch (-X) will result in extreme 
amounts of debug logging like this:
{quote}
[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
{quote}
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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to