Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5
-
None
Description
I believe the surefire plugin would be improved if it generated the test classpath internally instead of getting the test classpath from MavenProject. This would allow the user better control over what is included in the classpath, and would actually simplify parts of the code for building the classpath.
The risk associated with this change is that the default surefire classpath could end up being different than the test classpath in MavenProject. However, I think that as long as the surefire plugin classpath generation is well documented, this won't cause a problem for users.
Attachments
Issue Links
- is related to
-
SUREFIRE-502 Specified classesDirectory is added to the end of the classpath
-
- Closed
-
-
SUREFIRE-576 Have the abiltiy to remove a dependency from the test classpath (at least optional ones
-
- Closed
-
-
SUREFIRE-598 run maven test with customized classpath
-
- Closed
-