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://<URL>/********-SNAPSHOT/maven-metadata.xml <http://repo-product.workscape.net/nexus/content/repositories/snapshottesting/com/workscape/adp-acs-api/********-SNAPSHOT/maven-metadata.xml>*09:58:48* Downloaded: http:// <http://repo-product.workscape.net/nexus/content/repositories/snapshottesting/com/workscape/adp-acs-api/********-SNAPSHOT/maven-metadata.xml><URL> <http://repo-product.workscape.net/nexus/content/repositories/snapshottesting/com/workscape/adp-acs-api/********-SNAPSHOT/maven-metadata.xml>/********-SNAPSHOT/maven-metadata.xml <http://repo-product.workscape.net/nexus/content/repositories/snapshottesting/com/workscape/adp-acs-api/********-SNAPSHOT/maven-metadata.xml> (980 B at 56.3 KB/sec)*09:58:48* Uploading: http://<URL>/********-SNAPSHOT/adp-acs-api-********-20120328.135848-2.pom <http://repo-product.workscape.net/nexus/content/repositories/snapshottesting/com/workscape/adp-acs-api/********-SNAPSHOT/adp-acs-api-********-20120328.135848-2.pom>*09:58:48* Uploaded: http://<URL>/********-SNAPSHOT/adp-acs-api-********-20120328.135848-2.pom <http://repo-product.workscape.net/nexus/content/repositories/snapshottesting/com/workscape/adp-acs-api/********-SNAPSHOT/adp-acs-api-********-20120328.135848-2.pom> (4 KB at 143.1 KB/sec) There are several masking options, String Parameter, Run Parameter, etc - but in our case, none of these are checked. I'm guessing during the release plugin, it's taking some -D params for versions and because of this, this masking plugin is blocking these unrelated things... 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. > > On Tue, Mar 27, 2012 at 8:57 PM, Maven User wrote: > >> 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? >> > >