[ https://issues.apache.org/jira/browse/MSHARED-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306935#comment-15306935 ]
Hudson commented on MSHARED-543: -------------------------------- SUCCESS: Integrated in maven-shared #1931 (See [https://builds.apache.org/job/maven-shared/1931/]) [MSHARED-543] Change info logging output to debug o Output copying filenames only in debug mode. (khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1746182]) * maven-filtering/src/main/java/org/apache/maven/shared/filtering/DefaultMavenResourcesFiltering.java > 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)