Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP
JDK 1.4.2
-
Number of attachments :
Description
Steps to reproduce the bug:
1. Supose a project called test-project:
$ maven clean:clean jar:install jar:install-snapshot
(....)
$ ls target/*.jar
test-project-1.0.jar
test-project-20030711.181636.jar
> maven clean:clean jar:install-snapshot jar:install
(....)
$ ls target/*.jar
test-project-20030711.181911.jar
(NOTE: the jar test-project-1.0. it's missing)