AuthenticationInfo.Type.NONE)
{
uploader.setAuthURL(targetServer.getCredentialManager().getAuthenticationURL());
}
uploader.upload(moduleJar);
} catch (MalformedURLException ex) {
LOGGER.log(Level.SEVERE, "MalformedURL " + targetServer.getServerURL(), ex);
return;
} catch (IOException e) {
LOGGER.log(Level.SEVERE, "IO Exception during upload", e);