Reputation: 25
I'm trying to configure Maven to find and run my JUnit test cases, and I initially added the Surefire plugin for this purpose. However, I noticed that Maven is able to find and run the test cases even without explicitly including the Surefire plugin in my pom.xml.
I've read that Maven typically requires the Surefire plugin to detect and run JUnit tests, but now it seems to work without it.
Is this behavior due to a recent update in Maven, or is there another reason Maven is automatically finding and running the test cases?
Any clarification would be appreciated!
Upvotes: 0
Views: 43