> 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
> 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
--
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