Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The "snapshot freeze" is a common practice during development: simply use a timestamped snapshot as dependency version instead of "-SNAPSHOT" ending one to "freeze" given snapshot deploy.
This works for simple cases (one dependency, or "aligned" reactor).
But take a look at Resolver itself: it has new-old and added-gone-readded modules, and their build numbers are different.
Problem is, that while timestamp is same (deduced from session start), the build number is determined from remote repository (deploy target) state.
This makes "snapshot lock down" impossible on long(er) running projects, like Resolver itself is.
Attachments
Issue Links
- is a clone of
-
MNG-8054 Investigate possible solutions for build number diffs on deploy
- Closed