Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.5
-
Component/s: Design, Patterns & Best Practices
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The compile phase has a process-classes phase after it to do instrumentation. The test-compile phase should have a similar phase after it also.
We may be able to work around this by adding a plugin execution which runs after the test compiler during the test-compile phase but I'm not sure if that can be guaranteed. Nevertheless it seems like the normal and test phases should be symmetric.