You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan LaRocque (JIRA)" <ji...@codehaus.org> on 2011/05/17 01:21:22 UTC

[jira] Commented: (MRESOURCES-140) Plugin shows always '[debug] execute contextualize' despite the logging level

    [ http://jira.codehaus.org/browse/MRESOURCES-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=267176#action_267176 ] 

Dan LaRocque commented on MRESOURCES-140:
-----------------------------------------

+1 that this is really annoying.

It looks like ResourcesMojo.java:242

> Plugin shows always '[debug] execute contextualize' despite the logging level
> -----------------------------------------------------------------------------
>
>                 Key: MRESOURCES-140
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-140
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.5
>         Environment: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100)
> Java version: 1.6.0_23, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_23\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
>            Reporter: Robert Scholte
>            Priority: Minor
>
> While running Maven with the default logging level, it shows the following text in my console.
> {noformat}
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ project ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> {noformat}
> Reason seems to be, that the {{contextualize()}} is called before the plugin is fully setup, so there's no proper logger yet.
> Please remove this debug-line.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira