Thursday, April 7, 2011

How to run maven build without test
This is simple one line command.go to the build directory from command prompt and type following command.
mvn clean install -Dmaven.test.skip=true

No comments: