[ 
https://issues.apache.org/jira/browse/MRESOURCES-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522978#comment-14522978
 ] 

ASF GitHub Bot commented on MRESOURCES-140:
-------------------------------------------

GitHub user karuturi opened a pull request:

    https://github.com/apache/cloudstack/pull/220

    maven plugin cleanup

    1. removed redundant maven-site-plugin
    2. added maven-resources-plugin version 2.7 which has the fix for
       http://jira.codehaus.org/browse/MRESOURCES-140

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/karuturi/cloudstack maven-plugin-cleanup

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/220.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #220
    
----
commit f24eb83d8523e2cf979e73df50d3f7725afa7bab
Author: Rajani Karuturi <rajanikarut...@gmail.com>
Date:   2015-05-01T09:13:31Z

    maven plugin cleanup
    
    1. removed redundant maven-site-plugin
    2. added maven-resources-plugin version 2.7 which has the fix for
       http://jira.codehaus.org/browse/MRESOURCES-140

----


> Plugin shows always '[debug] execute contextualize' despite the logging level
> -----------------------------------------------------------------------------
>
>                 Key: MRESOURCES-140
>                 URL: https://issues.apache.org/jira/browse/MRESOURCES-140
>             Project: Maven 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
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 2.6
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to