Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.7
-
Labels:None
-
Environment:Maven 1.1b1
-
Number of attachments :
Description
I just upgraded to 1.1b1 and version 1.6 of the artifact plugin. I see now that when I do jar:deploy, I get everything double in my repository.
I get for example:
myjar-1.0-SNAPSHOT.jar
myjar-1.0-20050825.075855.jar
I only want the first one. The version defined in my project.xml is 1.0-SNAPSHOT.
Please make this configurable!
regards,
Wim
For those of you wondering, it's the "maven.artifact.deploy.timestamps" boolean property.