Simple question, is there anyway to get Maven to prompt the user to input a 
variable? The scenario is that I have a proxy server that requires a username 
and password, I do not want to store the password on the file system and would 
like to have Maven prompt for it whenever mvn is run and the ${password} 
variable is needed. The inputing of the password should be masked as well. I 
was thinking of creating a plugin to do this but what was wondering if there is 
something available for this already.

Thanks,

Gerald

Reply via email to