Re: password masking plugin too aggressive

2012-04-03 Thread Maven User
I'm 100% positive that there are NO passwords in our system like "1.0". Again - just ran the release plugin - seeing this: *09:58:48* Downloading: http:///-SNAPSHOT/maven-metadata.xml

Re: password masking plugin too aggressive

2012-03-27 Thread Maven User
Yeah, it's actually not breaking the dl as expected but the fact that it's obfuscating something like foo-8.0-SNAPSHOT is nuts... On Tuesday, March 27, 2012 4:02:45 PM UTC-4, gboissinot wrote: > > Mask passwords plugin tries to mask passwords values line by line of the > log file. > If a line co

Re: password masking plugin too aggressive

2012-03-27 Thread Grégory Boissinot
Mask passwords plugin tries to mask passwords values line by line of the log file. If a line contains a string value matching a mask password value, the value is replaced by ''. Therefore, I think you have an another problem. Mask-passwords plugin provides here only a display issue. On Tue, Ma