Maven 2.x Eclipse Plugin

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

Details

  • Number of attachments :
    0

Description

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.

Issue Links

Activity

Hide
Jim Sellers added a comment -

Adding link to change in maven core.

Show
Jim Sellers added a comment - Adding link to change in maven core.
Hide
Benjamin Bentmann added a comment -

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.

Show
Benjamin Bentmann added a comment - 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.
Hide
Jim Sellers added a comment -

Thank you.

Show
Jim Sellers added a comment - Thank you.

People

Vote (3)
Watch (3)

Dates

  • Created:
    Updated:
    Resolved: