frontend-maven-plugin
frontend-maven-plugin copied to clipboard
Add no_proxy to proxy envs Fixes #1172
trafficstars
As pointed out in #1172 Non Proxy hosts are not added to the proxy environment vars. This PR adds the missing environment var. It converts from the maven format .host1|.host2 to .host1,.host2
Tests and Documentation