The Maven Surefire plugin runs during the test phase of the Maven build process or when test is specified as a Maven goal. The following directory structure and minimum pom.xml file will configure Maven to run a test.
Directory structure inside the project's root directory:
─ project_root
├─ p...