Hi, I (finally) solved the problem by getting the Sources and modifying org.apache.maven.util.HttpUtils
After line 370 I inserted this one:
client.getState().setAuthenticationPreemptive(true);
After compiling Maven the Project compiled fine, and has no longer
Problems with our Firewall...
Is this a Bug? If so, where do I report it?
Or are there other properties /parameters where this can be set?
