Domen S created MDEP-408:
----------------------------

             Summary: Verbose=true on dependency:analyze-only does not output 
used dependencies
                 Key: MDEP-408
                 URL: https://jira.codehaus.org/browse/MDEP-408
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
          Components: analyze
    Affects Versions: 2.7
         Environment: Windows
            Reporter: Domen S
            Priority: Minor


If I run "mvn dependency:analyze-only -Dverbose=true", the used dependencies 
are not shown.
Line 268 in file "AbstractAnalyzeMojo.java", where the used dependencies 
enabled by verbose=true ought to be printed, should probably contain:
logArtifacts( usedDeclared, true );
instead of
logArtifacts( analysis.getUsedDeclaredArtifacts(), false );


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

Reply via email to