You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Anders Hammar (JIRA)" <ji...@codehaus.org> on 2012/11/21 09:43:13 UTC

[jira] (MPLUGIN-234) Extreme amounts of debug logging

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

        

[jira] (MPLUGIN-234) Extreme amounts of debug logging

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy reassigned MPLUGIN-234:
------------------------------------

    Assignee: Olivier Lamy
    
> 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
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 3.3
>
>
> 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

        

[jira] (MPLUGIN-234) Extreme amounts of debug logging

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MPLUGIN-234.
--------------------------------

    Resolution: Fixed

fixed http://svn.apache.org/r1412307
                
> 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
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 3.3
>
>
> 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

        

[jira] (MPLUGIN-234) Extreme amounts of debug logging

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MPLUGIN-234:
---------------------------------

    Fix Version/s: 3.3
    
> 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
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 3.3
>
>
> 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