2011/7/5 Niranjan Rao <nhr...@gmail.com>:
> Hi there,
>
> Subject line is rather long, but I think this is easily possible in
> maven. Because of transitive nature of dependencies, many times we end
> including multiple versions of same artifact/group combo.
>
> Is there any plugin that will dump the information if it sees multiple
> versions of same artifact/group id combo?
>
> I know about dependency plugin and effective pom, but as far as I know
> they are not providing the ouput I desire.
>

Is

      mvn dependency:tree -Dverbose | grep conflict


close to your wishes ?

regards
- Erik

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to