how to skip tests in maven

April 30, 2022 | No comments

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

References

No comments :

Post a Comment

Please leave your message queries or suggetions.