Maven Exercise 1: Run the Tests Which Have the Specified Tag

This exercise helps you to understand how you can configure Maven to run only the tests which have the specified tag. You can finish this exercise by following these steps:

1. Configure Maven to run the tests which have the tag: ‘apiTest’.

2. Run your tests with Maven and ensure that only the apiTest() method of the TodoItemApiTest class is run.