You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/05/30 19:40:12 UTC

[jira] [Updated] (MSHARED-543) Change info logging output to debug

     [ https://issues.apache.org/jira/browse/MSHARED-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise updated MSHARED-543:
----------------------------------------
    Description: 
Reduce logging output.
{noformat}
[INFO] — maven-resources-plugin:3.0.0:resources (default-resources) @ maven-jar-plugin —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying file META-INF/plexus/components.xml
[INFO] Copying 3 resources
[INFO] Copying file META-INF/DEPENDENCIES
[INFO] Copying file META-INF/LICENSE
[INFO] Copying file META-INF/NOTICE
{noformat}
The following should be done:
{noformat}
[INFO] — maven-resources-plugin:3.0.0:resources (default-resources) @ maven-jar-plugin —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
{noformat}


> Change info logging output to debug
> -----------------------------------
>
>                 Key: MSHARED-543
>                 URL: https://issues.apache.org/jira/browse/MSHARED-543
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-filtering
>    Affects Versions: maven-filtering-3.1.1
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>             Fix For: maven-filtering-3.1.1
>
>
> Reduce logging output.
> {noformat}
> [INFO] — maven-resources-plugin:3.0.0:resources (default-resources) @ maven-jar-plugin —
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying file META-INF/plexus/components.xml
> [INFO] Copying 3 resources
> [INFO] Copying file META-INF/DEPENDENCIES
> [INFO] Copying file META-INF/LICENSE
> [INFO] Copying file META-INF/NOTICE
> {noformat}
> The following should be done:
> {noformat}
> [INFO] — maven-resources-plugin:3.0.0:resources (default-resources) @ maven-jar-plugin —
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)