You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Gier (JIRA)" <ji...@codehaus.org> on 2007/02/28 23:57:46 UTC

[jira] Created: (MDEPLOY-51) Allow username and password to be specified on the command line

Allow username and password to be specified on the command line
---------------------------------------------------------------

                 Key: MDEPLOY-51
                 URL: http://jira.codehaus.org/browse/MDEPLOY-51
             Project: Maven 2.x Deploy Plugin
          Issue Type: Improvement
            Reporter: Paul Gier


Allow the user to supply a user name password for a remote server when the deploy goal is called.  Currently you have to add the repository username and password to the server.xml file.  It would be helpful if the user could be prompted for a username and password on the command line.  The password should be hidden when it is entered.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MDEPLOY-51) Allow username and password to be specified on the command line

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MDEPLOY-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=144765#action_144765 ] 

Wendy Smoak commented on MDEPLOY-51:
------------------------------------

There may be code in the gpg plugin that can be reused.  It prompts for the gpg passphrase and masks the input.

> Allow username and password to be specified on the command line
> ---------------------------------------------------------------
>
>                 Key: MDEPLOY-51
>                 URL: http://jira.codehaus.org/browse/MDEPLOY-51
>             Project: Maven 2.x Deploy Plugin
>          Issue Type: Improvement
>            Reporter: Paul Gier
>
> Allow the user to supply a user name password for a remote server when the deploy goal is called.  Currently you have to add the repository username and password to the server.xml file.  It would be helpful if the user could be prompted for a username and password on the command line.  The password should be hidden when it is entered.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MDEPLOY-51) Prompt for username and password if not supplied

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEPLOY-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated MDEPLOY-51:
-------------------------------

    Summary: Prompt for username and password if not supplied  (was: Allow username and password to be specified on the command line)

> Prompt for username and password if not supplied
> ------------------------------------------------
>
>                 Key: MDEPLOY-51
>                 URL: http://jira.codehaus.org/browse/MDEPLOY-51
>             Project: Maven 2.x Deploy Plugin
>          Issue Type: Improvement
>            Reporter: Paul Gier
>
> Allow the user to supply a user name password for a remote server when the deploy goal is called.  Currently you have to add the repository username and password to the server.xml file.  It would be helpful if the user could be prompted for a username and password on the command line.  The password should be hidden when it is entered.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MDEPLOY-51) Prompt for username and password if not supplied

Posted by "Anil Saldhana (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MDEPLOY-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=190392#action_190392 ] 

Anil Saldhana commented on MDEPLOY-51:
--------------------------------------

http://java.sun.com/javase/6/docs/api/java/io/Console.html
can be used for masking password entry on the command line.

> Prompt for username and password if not supplied
> ------------------------------------------------
>
>                 Key: MDEPLOY-51
>                 URL: http://jira.codehaus.org/browse/MDEPLOY-51
>             Project: Maven 2.x Deploy Plugin
>          Issue Type: Improvement
>            Reporter: Paul Gier
>
> Allow the user to supply a user name password for a remote server when the deploy goal is called.  Currently you have to add the repository username and password to the server.xml file.  It would be helpful if the user could be prompted for a username and password on the command line.  The password should be hidden when it is entered.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira