Issue Details (XML | Word | Printable)

Key: MNG-3598
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jason van Zyl
Reporter: Igor Fedorenko
Votes: 0
Watchers: 0
Operations

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

trivial patch to enable custom depepndeny resolution mechanism

Created: 26/May/08 12:07 PM   Updated: 13/Aug/08 05:32 AM
Component/s: None
Affects Version/s: 3.0
Fix Version/s: 3.0-alpha-1

Time Tracking:
Not Specified

File Attachments: 1. File tychohacks.diff (1 kB)


Complexity: Intermediate
Patch Submitted: Yes


 Description  « Hide
In order to make OSGi dependency information available during maven build, Tyhco needs a way to participate in how Maven reads and resolves project dependencies. Maven 2.1 almost provides this capabilities, except for unfortunate "private" modifier. Attached is a trivial patch that allows subclasses override relevant methods.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jason van Zyl added a comment - 26/May/08 12:33 PM
Patch applied.

Paul Benedict added a comment - 28/May/08 03:44 PM
Unless you actually want those methods overridden (have a particular use case in mind?), they should be marked as final.