Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0-alpha-5
-
Fix Version/s: 2.0-alpha-5
-
Component/s: None
-
Labels:None
-
Environment:Linux (and probably others)
-
Patch Submitted:Yes
-
Number of attachments :
Description
When using archetype:crawl to generate the archetype-catalog.xml for a largish repository, the operation fails due to "Too many open files". This is due to many ZipFile objects (and at least one FileWriter object) not being close()'d.
I've attached a patch against maven-archetype that resolves this issue.
Fixed since revision 757977 Thanks for the patch given by Jason Voegele