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


 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

Reply via email to