Re: Artifact Version Comparison

2008-05-18 Thread Brett Porter
So the change was just to allow numerical ordering for non-standard versions like alpha-1 vs alpha-11 and 5.0.9.0 vs 5.0.10.0 ? That looks ok to me at first glance, but I'll take a closer look. - Brett On 16/05/2008, at 5:02 AM, Hervé BOUTEMY wrote: FYI, I just merged version comparison impr

Re: namespace support in POM.xml ?

2008-05-18 Thread nicolas de loof
The extension would be required to support the new feature behind the namespace tags. My idea is to separate the modelVersion (maven-model.jar version in use) and the POM XML structure, that could use some custom parsing / post-processors, like the example profile desactivation. 2008/5/18 Bryon J

Re: stage:copy ClassCastException with maven 2.0.9

2008-05-18 Thread Brett Porter
I also used the final RC of 2.0.9 to release Archiva last time. I did change the filtering for wagon-ssh in a much earlier commit - that would be my initial guess, but I also have a feeling I would have tried stage copying with that in place already. Is this being done with the latest relea

Re: namespace support in POM.xml ?

2008-05-18 Thread Bryon Jacob
I wrote a kinda lengthy blog post about doing this sort of thing: http://freedomandbeer.com/posts/extensible-xml-with-xml-namespaces-and-relaxng RelaxNG is a fantastic language for specifying schemas for XML - the grammar notation is very natural to write in. Allowed elements are specifie