remove redundant code
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -497,7 +497,6 @@ public class DefaultArtifactDeployer
|
||||
for ( Iterator i = checksums.keySet().iterator(); i.hasNext(); )
|
||||
{
|
||||
String extension = (String) i.next();
|
||||
observer = (ChecksumObserver) checksums.get( extension );
|
||||
|
||||
// TODO: shouldn't need a file intermediatary - improve wagon to take a stream
|
||||
File temp = File.createTempFile( "maven-artifact", null );
|
||||
|
||||
Reference in New Issue
Block a user