Changes between Version 5 and Version 6 of Maven
- Timestamp:
- 12/09/10 13:09:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maven
v5 v6 39 39 I have found that if you include SNAPSHOT in the version number, eg: foo-1.0.2-SNAPSHOT, a deploy generates a suitable directory structure but the actual artifact name '''does not have''' SNAPSHOT in the name, although it '''is''' timestamped! 40 40 41 For example, s like this gets generated within the maven repo:[[BR]]41 For example, something like this gets generated within the maven repo:[[BR]] 42 42 /.../foo-1.0.2-SNAPSHOT/foo-1.0.2-20101209.090901-1.war 43 44 -- JeffLusted