[ http://jira.codehaus.org/browse/SCM-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthew McCullough updated SCM-495: ----------------------------------- Attachment: SCM-495.patch It appears that the decryption only exists in the DefaultMaven.java (wagon dispatch) today. I'm adding it to AbstractScmMojo.java (conditionally) so that in Maven 2.1 or higher we can encrypt SCM passwords. Full description of the process and code changes: http://ambientideas.com/blog/index.php/2009/08/encrypted-scm-passwords-in-maven/ Patch attached. > Support for encrypted passwords in server.xml > --------------------------------------------- > > Key: SCM-495 > URL: http://jira.codehaus.org/browse/SCM-495 > Project: Maven SCM > Issue Type: New Feature > Components: maven-plugin > Environment: Should be platform independent solution. > Reporter: Kurt Tometich > Attachments: SCM-495.patch > > > Currently, Maven 2.1.x and 2.2.x have support for storing encrypted passwords > in the server.xml file and decrypting them for authentication to a specific > maven repository. This task proposes a similar approach so that users can > store their encrypted password in the server.xml file and the SCM plugin will > decrypt and authenticate to the SCM server. I would assume this approach > would use the same Maven crypto mechanism to encrypt/decrypt the passwords. -- 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