command = "rm -f " + targetRepoBaseDirectory + "/" + renameScriptName;
( (CommandExecutor) targetWagon ).executeCommand( command );
targetWagon.disconnect();
}
private void scanDirectory( File basedir, File dir, ZipOutputStream zos, String version, Set moveCommands )
throws IOException
{