Last active
February 13, 2017 06:09
-
-
Save bsenduran/25ac93b55d52e04ad285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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