Viewing a dependency tree in Maven
To find out what dependencies you are getting and from where, execute "mvn dependency:tree". Send it to a file using "mvn dependency:tree -Doutput=file".
Posted Tue 08 June 2010 by mcherm in Uncategorized
To find out what dependencies you are getting and from where, execute "mvn dependency:tree". Send it to a file using "mvn dependency:tree -Doutput=file".
Posted Tue 08 June 2010 by mcherm in Uncategorized