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 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. > > > Hi all - >> >> I'm using the password masking plugin but when I use the maven release >> plugin, I can see that it's masking out other parameters (that are NOT >> checked in the main jenkins config section). >> >> My builds end up failing because maven is trying to retrieve a GAV of >> something like foo:bar:******** - quite literally. Obviously there's no >> version "********". >> >> Anyone else seeing these two being combined to ill effect? >> > >