You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mikael Ståldal (JIRA)" <ji...@codehaus.org> on 2013/07/03 13:28:05 UTC

[jira] (ARCHETYPE-444) Ask for user defined property without echoing on console

Mikael Ståldal created ARCHETYPE-444:
----------------------------------------

             Summary: Ask for user defined property without echoing on console
                 Key: ARCHETYPE-444
                 URL: https://jira.codehaus.org/browse/ARCHETYPE-444
             Project: Maven Archetype
          Issue Type: New Feature
            Reporter: Mikael Ståldal


Given this archetype-metadata.xml:
     <requiredProperties>
         <requiredProperty key="domain"/>
         <requiredProperty key="username"/>
         <requiredProperty key="password"/>
     </requiredProperties>

I would like to be able to specify that the "password" property should be asked for in a secure way so that it is not echoed on console. 

This can be done using java.io.Console.readPassword().


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira