Hi,
Can anyone help me with creating custom ivy resolver. I wish to extend URLResolver, such that it will have a new class say called ProxyURLResolver where i will set the proxy, resolve the artifact and then remove the proxy setting. I tried extending URLResolver directly before calling setRepository method and reseting after and had typedef as well in ivysettings.xml, but it didn't worked. Can you please help me by telling the exact steps that i need to follow to create new cutom resolver?