Changes between Version 4 and Version 5 of Maven
- Timestamp:
- 12/09/10 09:34:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maven
v4 v5 34 34 35 35 -- DaveMorris 36 37 Whoops! Back to the drawing board. Shows my lack of knowledge of Maven 2... 38 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 41 For example, s like this gets generated within the maven repo:[[BR]] 42 /.../foo-1.0.2-SNAPSHOT/foo-1.0.2-20101209.090901-1.war