- Maven runs only a single unit test by default.
- Use the -Dtest= flag and pass in the name of the test.
- Use a plugin that can specify the test you want to run.
- It is not possible to do this.
How do you run a single unit test in Maven?
June 25, 2021June 25, 2021
0 Comment