[
https://issues.apache.org/jira/browse/NPANDAY-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Ocaba resolved NPANDAY-387.
-------------------------------
Resolution: Fixed
Fixed in trunk
> Improve the checking of the mirror repos in Reference.cs for artifact resync
> ----------------------------------------------------------------------------
>
> Key: NPANDAY-387
> URL: https://issues.apache.org/jira/browse/NPANDAY-387
> Project: NPanday
> Issue Type: Improvement
> Components: Project Importer
> Affects Versions: 1.2.1
> Reporter: Joe Ocaba
> Assignee: Joe Ocaba
> Priority: Minor
> Fix For: 1.3.1-incubating
>
>
> foreach (Mirror mirror in settings.mirrors)
> {
> string id = mirror.mirrorOf;
> ----->>> if (id == "external:*")
> id = "*";
> // TODO: support '!' syntax
> mirrors.Add(id, mirror.url);
> }
> change the condition to start of instead of exact match
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira