MavenRepoSearch.com
Maven Cheatsheet
To run a specific unit test:
mvn test -Dtest=myTestClassName
To skip unit tests :) (that is a no no)
mvn install -Dmaven.test.skip=true
To create a package but not install:
mvn package
To view the dependency tree:
mvn dependency:tree
Sponsors