How to skip test in Maven
Maven provides a way to only build the application code and skip executing test cases
Enter the following command to build the application code but don't execute test cases.
Skip executing tests
mvn install -DskipTests
mvn install -DskipTests
No comments :
Post a Comment
Please leave your message queries or suggetions.