Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0 (2.2 plugin)
-
None
-
None
Description
The Surefire Plugin fails with the following message, if JUnit is not available on the test classpath:
[INFO] No Java test frameworks found
This means, that you have to include JUnit in the classpath, even for projects that do not have any unit-tests (e.g. ressource projects or your first Hello World project).