How to Skip Unit Tests in Maven
In this short Maven tutorial, you will learn how to build or run a Maven project and skip Unit tests. Sometimes, when working on a project we need to build it and even run it even though our Unit test is failing. When there is a flailing Unit test, then the Maven package and install…
Read More How to Skip Unit Tests in Maven