I'm looking at a project's POM and its dependency management section lists the same artifact 3 times - each time with different classifiers/types. What does this help you achieve?
Specifically, the dependency in question is the test module of the project. Its 3 occurrences in the POM have the following form:
- default scope, default type, default classifier
- default scope, test-jar type, default classifier
- default scope, test-jar type, test-sources classifier
Dependency management helps organizing your dependencies in a central place. In your case, that particular artifact is going to be used in different forms in different modules: