Skip to content

Instantly share code, notes, and snippets.

@bsenduran
Last active February 13, 2017 06:09
Show Gist options
  • Save bsenduran/25ac93b55d52e04ad285 to your computer and use it in GitHub Desktop.
Save bsenduran/25ac93b55d52e04ad285 to your computer and use it in GitHub Desktop.
mvn -Dmaven.surefire.debug test --> surefire test
mvn versions:set -DnewVersion=2.50.1-M1 --> manually set version
mvn versions:commit --> apply the changes
mvn versions:revert --> revert the changes
mvn -Dmaven.repo.local=$HOME/.my/other/repository clean install
mvn -Dtest=org.my.pkg.Hello#testGreet test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment