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