You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andrew Logvinov (JIRA)" <ji...@codehaus.org> on 2011/12/27 06:49:03 UTC

[jira] (MASSEMBLY-594) Add ability to suppress "already added, skipping" messages

Andrew Logvinov created MASSEMBLY-594:
-----------------------------------------

             Summary: Add ability to suppress "already added, skipping" messages
                 Key: MASSEMBLY-594
                 URL: https://jira.codehaus.org/browse/MASSEMBLY-594
             Project: Maven 2.x Assembly Plugin
          Issue Type: Improvement
            Reporter: Andrew Logvinov


A common multi-module project structure would define most of the project dependencies in the parent POM thus allowing all the child modules to inherit them. When packaging all the project dependencies using <moduleSet>, you'd see a lot of messages like this (and in case of big project the number is huge):
{noformat}
[INFO] lib/log4j-1.2.15.jar already added, skipping
[INFO] lib/mail-1.4.jar already added, skipping
[INFO] lib/jms-1.1.jar already added, skipping
{noformat}
It would be great to either have an option to suppress such info messages, or to have them moved to DEBUG log level.

See example of configuration here: http://stackoverflow.com/questions/4912738/maven-assembly-include-all-sub-module-dependencies-without-already-added-skipp

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira