On 10/7/06, jan_bar <[EMAIL PROTECTED]> wrote:

> 1. Comparing artifact versions:
> The Better Builds with Maven, p. 61 first para says, that "A version that
> contains a qualifier is always considered newer than a version without a
> qualifier; for example, 1.2 is newer than 1.2-beta". This is in
> contradition....

1.2 is newer than 1.2-beta. The first part is wrong. A version without
qualifier is newer.

Mergere is responsible for the book, there should be information on
where to submit errata somewhere at the front.  (Mentioning it here
isn't going to get it fixed.)

> The http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins
says,
> that I should replace the -SNAPSHOT with -INTERNAL. Comparing those
string,
> which one is newer? -SNAPSHOT or -INTERNAL? The Better Builds with Maven
> says nothing about this case.

-SNAPSHOT is newer, which is strange. How is this supposed to work?

That makes sense to me. Maven thinks -INTERNAL is a *fixed* version.
It's no different than 1.2 or 1.3-beta.  It's just some version,
deployed at some point in the past.  The -SNAPSHOT version is "the
latest".

--
Wendy

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

Reply via email to