mirror of https://github.com/apache/maven.git
Delete checksum temp file when no longer needed
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@526503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cab99dad59
commit
44fd04893d
|
@ -632,6 +632,7 @@ public class DefaultWagonManager
|
||||||
checksumFile.delete();
|
checksumFile.delete();
|
||||||
}
|
}
|
||||||
FileUtils.copyFile( tempChecksumFile, checksumFile );
|
FileUtils.copyFile( tempChecksumFile, checksumFile );
|
||||||
|
tempChecksumFile.delete();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue