Skip to content

Instantly share code, notes, and snippets.

@maciejwalkowiak
Created February 14, 2014 12:15
Show Gist options
  • Save maciejwalkowiak/9000047 to your computer and use it in GitHub Desktop.
Save maciejwalkowiak/9000047 to your computer and use it in GitHub Desktop.
# shows all maven dependencies
mvn dependency:tree
# updates artifacts local repository
mvn ... -U
# skip tests
mvn .. -Dmaven.test.skip=true
# debug mode
mvn .. -X
# shows all active profiles (from pom.xml, settings.xml, command line params)
mvn help:active-profiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment