Re: Maven dependency:tree vs. dependency:list

2011-10-28 Thread Guo Du
> This is covered in the Maven 3.x compatibility notes: > https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-DependencyResolution Thanks Wayne for the precise answer! I did read the page few times :( Just share my test which given 2.x style result with mav

Re: Maven dependency:tree vs. dependency:list

2011-10-27 Thread Wayne Fay
> dependency:tree and dependency:list give me different result set on > > My environments: > Maven 3.0.3 This is covered in the Maven 3.x compatibility notes: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-DependencyResolution Wayne --

Maven dependency:tree vs. dependency:list

2011-10-27 Thread Guo Du
dependency:tree and dependency:list give me different result set on one of complex project: * one lib more in dependency:list * one lib version different compare to dependency:tree I have plugin which rely on mavenProject.getRuntimeArtifacts() which return same as dependency:list exclude test scop