DevOps / Maven Surefire Plugin Interview Questions
What is the testSourceDirectory element used for?
It tells Maven where test source files live if they're not in the conventional src/test/java location. It's rarely changed in standard projects, but useful for legacy or non-standard module layouts being migrated onto Maven.
More Related questions...