Author: krosenvold
Date: Sat Sep 20 21:39:13 2014
New Revision: 1626500
URL: http://svn.apache.org/r1626500
Log:
Added closing of zip file to avoid VM going into hindenburg mode
Zip files are dangerous things
Modified:
maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/testutil/Assertions.java
Modified:
maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/testutil/Assertions.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/testutil/Assertions.java?rev=1626500&r1=1626499&r2=1626500&view=diff
==============================================================================
---
maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/testutil/Assertions.java
(original)
+++
maven/plugins/trunk/maven-repository-plugin/src/test/java/org/apache/maven/plugins/repository/testutil/Assertions.java
Sat Sep 20 21:39:13 2014
@@ -56,6 +56,7 @@ public final class Assertions
}
}
+ zf.close();
if ( !missing.isEmpty() || !banned.isEmpty() )
{
StringBuilder msg = new StringBuilder();