[EMAIL PROTECTED] wrote:
> After that, you can add something with "-" which maven will just 
> string-compare (so alpha10 comes between alpha1 and alpha2).

Not true, actually. Maven actually has some weird extra logic that kicks
in when one string component is a prefix of the other, such that actually:

   alpha10 < alpha1 < alpha2

Yes, that's bizarre. But it is what it actually does.


Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to