Changes between Version 3 and Version 4 of Maven
- Timestamp:
- 12/08/10 18:21:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maven
v3 v4 23 23 The above seems sensible to me and in the spirit of Maven examples. But it is not how the Obiba repository is structured, where SNAPSHOT seems to be used as a sort of indication of tagging. But I find the Obiba way confusing. 24 24 25 ---- 26 27 Comments 28 29 I agree with pretty much all of this. 30 However, I would like to add a timestamp to the SNAPSHOT builds. 31 If we are working on fixing a bug, we may want to have several versions of a development branch available in our repository. 32 33 So for snapshot builds, I would extend what you have to add a timestamp briccs-uidgen-n.n.n-SNAPSHOT-yyymmddHHMMSS.jar 34 35 -- DaveMorris