Hallo,
I am using ShrinkWrap API to load my test dependencies from pom file and I did it successfully. But this is not working when I introduce new proxy configuration in my maven settings.xml.
I am using ShrinkWrap2.0, Maven3, and arquillian.
How to to load dependencies from pom file when, proxies defined in maven settings.xml?
Does ShrinkWrap consider proxy settings from Settings.xml? Which version does support this?
Please help me.