Milos is correct here, and future Maven versions do not have the *-snapshot goals at all. Everything will be done behind the scenes to create the timestamped versions in the repository which you can reference directly, or by looking up the latest with x.x.x-SNAPSHOT.
HTH Cheers, Brett On Tue, 15 Mar 2005 16:09:17 +0100, Milos Kleint <[EMAIL PROTECTED]> wrote: > > > As a workaround, we set the version to 1.1.5-SNAPSHOT and 2.0.7-SNAPSHOT > > respectively and we use the jar:install goal. > > I always considered this a legitimate approach, rather than workaround. > the snapshot goals do convert the SNAPSHOT string into a timestamp whcih > you rarely want. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
