This collection of Maven tips is mainly for self reference but maybe useful for others.
Download sources of dependencies:
Download Javadoc documentation of dependencies:
Skip running tests:
Skip compilation and running tests:
All tests in a class:
Individual tests:
Debug unit tests:
Debug integration tests:
Debug plugins:
When a multi-module build fails you don't have to rebuild everything. Continue with the failing module: