History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MECLIPSE-318
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Benjamin Bentmann
Reporter: Jim Sellers
Votes: 3
Watchers: 4
Operations

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

test classes and resources need to be first in .classpath file

Created: 21/Aug/07 09:33 PM   Updated: Tuesday 04:18 PM
Component/s: Core : Dependencies resolution and build path
Affects Version/s: 2.4
Fix Version/s: 2.5.2

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
They have changed the core dependancy resolution to be "tests first". I'm assuming that the plug-in will need to be changed to reflect this.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jim Sellers - 21/Aug/07 09:34 PM
Adding link to change in maven core.

Benjamin Bentmann - 26/Aug/08 04:13 PM
Fixed in r689226. The generated .classpath is now in sync with the behavior of the executing Maven. I.e. if run by Maven 2.0.8+, test classes come first, if run by older Maven versions, main classes come first.

Jim Sellers - 26/Aug/08 04:18 PM
Thank you.