Fixed logic problem with multiple plugin repositories and exception handling.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-07-15 16:11:34 +00:00
parent 8d0d2759a3
commit f8abb9e729
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ public class DefaultPluginMappingBuilder
{
repositoryMetadataManager.resolve( metadata, repository, localRepository );
// reset this to keep it from getting in the way when we succeed but not on first repo...
repositoryException = null;
break;
}
catch ( RepositoryMetadataManagementException e )