Re: Not a chance to show conflicts in dependency tree?

2018-09-11 Thread Nicolas Peifer
On 11.09.2018 12:36, Mark Prins wrote: On 11-09-18 10:56, Nicolas Peifer wrote: I'm trying to show dependency conflicts using "mvn dependency:tree -Dverbose -Dincludes=commons-collections" as described in the documentation[1]. Unfortunately, this gives the following error: "Verbose not

Re: Not a chance to show conflicts in dependency tree?

2018-09-11 Thread Mark Prins
On 11-09-18 10:56, Nicolas Peifer wrote: Hi, I'm trying to show dependency conflicts using "mvn dependency:tree -Dverbose -Dincludes=commons-collections" as described in the documentation[1]. Unfortunately, this gives the following error: "Verbose not supported since maven-dependency-plugin

Not a chance to show conflicts in dependency tree?

2018-09-11 Thread Nicolas Peifer
Hi, I'm trying to show dependency conflicts using "mvn dependency:tree -Dverbose -Dincludes=commons-collections" as described in the documentation[1]. Unfortunately, this gives the following error: "Verbose not supported since maven-dependency-plugin 3.0" I tested it with Maven 3.3.9 and