Issue Details (XML | Word | Printable)

Key: MNG-1508
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Kenney Westerhof
Reporter: Mike Perham
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 2

Need a process-test-classes phase

Created: 10/Nov/05 03:46 PM   Updated: 06/Mar/08 05:16 PM
Component/s: Design, Patterns & Best Practices
Affects Version/s: 2.0
Fix Version/s: 2.0.5

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mike Perham added a comment - 14/Nov/05 06:23 PM
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.

Jason van Zyl added a comment - 05/Jan/06 09:56 PM
Seems reasonable to be symmetrical and easy to implement.

Kenney Westerhof added a comment - 02/Nov/06 11:26 AM
fixed on 2.0.x branch, revision 470427.

fixed on trunk, revision 470432.