Post-deployment integration tests in Maven
The default Maven lifecycle provides various kinds of test phases. The test phase is probably the most used and is responsible for executing the application unit tests via the Maven Surefire Plugin. Besides, there is… Post-deployment integration tests in Maven