This page contains some useful commands for this great tool.
mvn dependency:copy-dependencies
Copies the jar files required for a project to the directory target/dependency. More information about this plugin is available here.
mvn dependency:tree
Shows a tree with the dependencies of the project. Please be aware that not all the transitive dependencies are displayed. I still don't know why.