281282283284285286287288289290291
} if (buildDir.exists()) { buildDir.delete(true); buildDir.mkdir(); } ShellMessages.info(out, "Checking out plugin source files to [" + buildDir.getFullyQualifiedName() + "] via 'git'"); Git repo = GitUtils.clone(buildDir, gitRepo);
415416417418419420421422423424425
397398399400401402403404405406407
} if (buildDir.exists()) { buildDir.delete(true); buildDir.mkdir(); } prepareProxyForJGit(); ShellMessages.info(out, "Checking out plugin source files to [" + buildDir.getFullyQualifiedName()
406407408409410411412413414415416
400401402403404405406407408409410
282283284285286287288289290291292
284285286287288289290291292293294
403404405406407408409410411412413
287288289290291292293294295296297