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...@apache.org> on 2016/05/16 19:50:13 UTC

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

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

Anders Hammar updated MSHARED-516:
----------------------------------
    Description: 
From the maven-resources-plugin:

{quote}
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ maven-jar-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 1 resource
[INFO] Copying file META-INF/plexus/components.xml
[INFO] ignoreDelta true
[INFO] Copying 3 resources
[INFO] Copying file META-INF/DEPENDENCIES
[INFO] Copying file META-INF/LICENSE
[INFO] Copying file META-INF/NOTICE
{quote}
The {{ignoreDelta}} part should be debug mode and not info mode.

  was:
From the maven-resources-plugin:

{quote}
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ maven-jar-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 1 resource
[INFO] Copying file META-INF/plexus/components.xml
[INFO] ignoreDelta true
[INFO] Copying 3 resources
[INFO] Copying file META-INF/DEPENDENCIES
[INFO] Copying file META-INF/LICENSE
[INFO] Copying file META-INF/NOTICE
{quote}
The {{ignoreDelta}} part should be debug mode and info mode.


> Change info logging output to debug (ignoreDelta)
> -------------------------------------------------
>
>                 Key: MSHARED-516
>                 URL: https://issues.apache.org/jira/browse/MSHARED-516
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-filtering
>    Affects Versions: maven-filtering-3.1.0
>            Reporter: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: maven-filtering-3.1.1
>
>
> From the maven-resources-plugin:
> {quote}
> [INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ maven-jar-plugin ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] ignoreDelta true
> [INFO] Copying 1 resource
> [INFO] Copying file META-INF/plexus/components.xml
> [INFO] ignoreDelta true
> [INFO] Copying 3 resources
> [INFO] Copying file META-INF/DEPENDENCIES
> [INFO] Copying file META-INF/LICENSE
> [INFO] Copying file META-INF/NOTICE
> {quote}
> The {{ignoreDelta}} part should be debug mode and not info mode.



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