Hi, I have a few servers in the settings.xml where the username/password is the same for all server ids.
is there a way to set a default username/password so i don't have to add a new server xml block every time? 26 <server> 27 <id>scala-tools.org</id> 28 <username>t</username> 29 <password>XXX</password> 30 </server> 31 <server> 32 <id>sweble</id> 33 <username>t</username> 34 <password>XXX</password> 35 </server> 36 </servers> -- @tommychheng http://tommy.chheng.com
