Issue Details (XML | Word | Printable)

Key: MPH-37
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Vincent Siveton
Reporter: André Fügenschuh
Votes: 0
Watchers: 0
Operations

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

help:effective-pom - sort the properties list

Created: 06/Apr/08 07:43 PM   Updated: 24/Aug/08 04:52 PM   Resolved: 24/Aug/08 06:12 AM
Return to search
Component/s: None
Affects Version/s: 2.0.2
Fix Version/s: 2.1

Time Tracking:
Not Specified

Environment: mwn 2.0.8, jdk 1.6.0_05, w2k


 Description  « Hide

Sorting the properties list output in 'help:effective-pom' would be very helpful for lookup ...

  • especially if the list grows large


Vincent Siveton added a comment - 05/Aug/08 07:33 AM

It seems to be done in trunk. Could you retest it and send us a test case?


André Fügenschuh added a comment - 07/Aug/08 08:58 PM

Checked it with a 2.1-SNAPSHOT (20080807.201549-7): no change!
<project><properties> list is unsorted.

Or do you expect 'project.getModel()' to return an already sorted list of items? So, the change will be in Maven core?


Vincent Siveton added a comment - 24/Aug/08 06:12 AM

Fixed in r688495, snapshot deployed.
I also add a sort for settings.profiles.properties


Vincent Siveton made changes - 24/Aug/08 06:12 AM
Field Original Value New Value
Assignee Vincent Siveton [ siveton ]
Resolution Fixed [ 1 ]
Fix Version/s 2.1 [ 12300 ]
Status Open [ 1 ] Closed [ 6 ]
André Fügenschuh added a comment - 24/Aug/08 04:52 PM

Verified with 2.1-SNAPSHOT (20080824.111123-10), fine.