Ryan Gardner created MDEP-376: --------------------------------- Summary: -Dincludes and -Dexcludes filtering not working anymore Key: MDEP-376 URL: https://jira.codehaus.org/browse/MDEP-376 Project: Maven 2.x Dependency Plugin Issue Type: Bug Components: tree Affects Versions: 2.5.1 Reporter: Ryan Gardner
running {code} mvn org.apache.maven.plugins:maven-dependency-plugin:2.4:tree -Dincludes=foo {code} will restrict the tree that is printed to just show the artifacts that match the includes pattern (a much smaller tree) in version 2.5+ {code} mvn org.apache.maven.plugins:maven-dependency-plugin:2.5.1:tree -Dincludes=foo {code} on a project will show the entire tree with no filtering. -- 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