Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.6
-
Fix Version/s: 1.8
-
Labels:None
-
Environment:maven 1.02, Windows XP SP2, Java 1.4.2_5.
-
Number of attachments :
Description
Several runs of the jar goal (maven jar) produce the error: "A zip file cannot include itself".
This is because the jar file is updated and it is tried to add itself to it.
Workaround:
The excludes have to filter the jar file itself:
maven.jar.excludes = **/$
.jar,...
This setting should be there for default.
kind regards,
Achim