mirror of https://github.com/apache/maven.git
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:
parent
8d0d2759a3
commit
f8abb9e729
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue