From 1d42338bb7495912121556b0fdb06b04f1d38082 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Thu, 6 Oct 2005 09:40:13 +0000 Subject: [PATCH] PR: MNG-1109 better handling for timeout and other transfer failed exceptions that are recoverable (ie metadata), and then blacklist the repository for performance. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306560 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/META-INF/plexus/components.xml | 5 ++++ .../artifact/manager/DefaultWagonManager.java | 22 ++++++++++------ .../repository/DefaultArtifactRepository.java | 12 +++++++++ .../DefaultArtifactRepositoryFactory.java | 25 +++++++++++++++++-- .../DefaultRepositoryMetadataManager.java | 13 +++++++--- .../resources/META-INF/plexus/components.xml | 5 ++++ .../repository/ArtifactRepository.java | 4 +++ 7 files changed, 74 insertions(+), 12 deletions(-) diff --git a/maven-artifact-ant/src/main/resources/META-INF/plexus/components.xml b/maven-artifact-ant/src/main/resources/META-INF/plexus/components.xml index caf0a94488..074b8fafea 100644 --- a/maven-artifact-ant/src/main/resources/META-INF/plexus/components.xml +++ b/maven-artifact-ant/src/main/resources/META-INF/plexus/components.xml @@ -139,6 +139,11 @@ + + + org.apache.maven.artifact.repository.ArtifactRepositoryFactory + +