Jeff MAURY wrote: > > This is because the file name with the timestamp is something internal to > the repository. When the dependency is resolved to your WAR, the original > file name is restored based on the artifactId and the version you mention > in > your POM. > Maybe if you put Maven in debug mode, you could see that the file > retrieved > from your local repository is the one with the timestamp. > OK but I believe it should still work in the following way: when I build a referencing project, it takes the latest version of the jar (so that will be the project-2.2-20080226.143100-1.jar and not project-2.2-SNAPSHOT.jar) and puts it in the output war file. What it does though is it just takes the project-2.2-SNAPSHOT.jar file and puts it in the output war file.
Papapara Tudu -- View this message in context: http://www.nabble.com/Problem-with-snapshots-tp15709789s177p15711493.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
