Rob_Leland
16 years agoOccasional Contributor
Advice needed:maven plugin not honoring nonProxyHosts and ProxySettings@excludes
When I use the maven plugin it always uses the proxy even when the host has been excluded:
1) for this snipped in (maven) Settings.xml
true
http
proxy.ice.dhs.gov
8080
10.*.*.*|localhost|127.0.0.1
The plugin seems to be ignoring the 'active' and the 'nonProxyHosts' elements.
That is SoapUI plugin still uses the proxy even if active = false which is the correct value according to the settings-1.0.0.xsd.
Also even if the host that is being tested is in the nonProxyHosts the proxy is still used.
The only way I can get the plugin not to use a proxy is to comment out the entire element which breaks other plugins needing access to tne proxy.
2) I also tried specifying the soap-ui-settings.xml so I could set
10.*.*.*
and this seems to be ignored also.
Does anyone have advice on how I can get this to work
-Rob
1) for this snipped in (maven) Settings.xml
The plugin seems to be ignoring the 'active' and the 'nonProxyHosts' elements.
That is SoapUI plugin still uses the proxy even if active = false which is the correct value according to the settings-1.0.0.xsd.
Also even if the host that is being tested is in the nonProxyHosts the proxy is still used.
The only way I can get the plugin not to use a proxy is to comment out the entire
2) I also tried specifying the soap-ui-settings.xml so I could set
and this seems to be ignored also.
Does anyone have advice on how I can get this to work
-Rob