Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 58368 invoked from network); 13 Apr 2011 12:09:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2011 12:09:47 -0000 Received: (qmail 70721 invoked by uid 500); 13 Apr 2011 12:09:47 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 70684 invoked by uid 500); 13 Apr 2011 12:09:47 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 70676 invoked by uid 99); 13 Apr 2011 12:09:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 12:09:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 12:09:42 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 44344458112 for ; Wed, 13 Apr 2011 07:09:22 -0500 (CDT) Date: Wed, 13 Apr 2011 07:09:22 -0500 (CDT) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: <15805530.54278.1302696562209.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <20488820.41157.1300968862335.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (MRESOURCES-140) Plugin shows always '[debug] execute contextualize' despite the logging level MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/MRESOURCES-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=263445#action_263445 ] Michael Osipov commented on MRESOURCES-140: ------------------------------------------- This one is really annoying with mvn -q > 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