Yann Albou wrote:

It's my understanding that timestamp snapshots should only exist in remote
snapshot repositories and are created when doing a mvn deploy.

What I see though is timestamp snapshots downloaded into my local repository
when doing mvn install.

True is that "mvn install" of project A generates no timestamped artifact for A. But when resolving dependency B from a remote repository, the timestamped file for B is retrieved and retained with the timestamped version in the local repository. So what you describe is normal and has been like this since Maven 2.x

Also to be noted the jumps in the version of the timestamp (4, 8, 11, 17),
although the remote snapshot repository contains all the versions from 4 up
to 17.

Maven just downloads the version that was deemed latest at the time it was resolved.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to