Hi, I'm working in corporate environment with strict password locking policies. After 5 authentication errors my account is locked.
My problem is that Maven tries to download artifacts and not every error (e.g. downloading maven-metadata.xml) causes to stop the build and this leads to account lock. Any idea to make Maven fail fast after first authentication problem. -- TJu
