On 12/2/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > In short, it builds a JAR with a timestamped version (like > struts-core-20051106.203359.jar) and then makes a copy of it with the > name struts-core-SNAPSHOT.jar So for my team, if we are depending on > a nightly build, we use the timestamped version, not the SNAPSHOT, so > that there is no inconsistency.
(The artifact plugin was finally convinced to cooperate.) Before I deleted them, http://cvs.apache.org/repository/tiles/jars/ had: tiles-core-0.2-20051203.055551.jar 02-Dec-2005 21:56 82K tiles-core-0.2-20051203.060733.jar 02-Dec-2005 22:07 82K tiles-core-0.2-SNAPSHOT.jar 02-Dec-2005 22:07 82K tiles-core-SNAPSHOT.jar 30-Aug-2005 21:27 106K (plus all the signatures and metadata) A Joe explained, you can declare a dependency on a particular snapshot and not have to worry about Maven retrieving the latest version. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]