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

I tested it with Maven 3.3.9 and 3.5.4. Does anyone know a solution (apart from downgrading the plugin)?

verbose probably needs a value, also see the note: https://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html#verbose

Using a different or specific version is as easy as specifying that (eg. 2.10):
"mvn org.apache.maven.plugins:maven-dependency-plugin:2.10:tree"

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

Reply via email to