Re: Fail fast for 401 Unauthorized failures

2016-07-25 Thread Mirko Friedenhagen
Hello,

maybe
https://maven.apache.org/guides/mini/guide-http-settings.html#Example:_Using_Preemptive_Authentication
could help.
Regards
Mirko
-- 
Sent from my mobile

Am 25.07.2016 15:11 schrieb "Tomasz Juchniewicz" :

> 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
>


Five minute survey: help in research and win 100 USD gift card

2016-07-25 Thread Akond Rahman
Greetings,

I am Akond, a researcher at North Carolina State University, and I am
conducting a survey to understand different factors that influence the
usage of Maven.

In the survey, no personal information will be collected, and randomly
selected two participants will get a 100 USD Amazon gift card. The survey
takes around 5~7 minutes to complete. If you agree to participate in the
survey please click on the link below.

https://ncsu.qualtrics.com//SE/?SID=SV_b7181HVpTKvVgDr


I really would appreciate your help in my research, and thanks in advance.

-- 
Sincerely,
Akond Rahman,
PhD Student,
Department of CSC, North Carolina State University(NCSU)
Website: http://akondrahman.github.io/


Fail fast for 401 Unauthorized failures

2016-07-25 Thread Tomasz Juchniewicz
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