[ http://jira.codehaus.org/browse/MRELEASE-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208028#action_208028 ]
Brett Porter commented on MRELEASE-513: --------------------------------------- what version of Maven is being used here? The external wagon is bundled in Maven so the version in your repository, or the POMs like Dennis suggested, generally won't be used. The right way to specify an alternative is with a build extension, but that only works in Maven 2.2.0+. Maven 2.2.1 uses wagon 1.0-beta-6 with the built-in scpexe provider - does that work? > username part of scpexe URLs is ignored > --------------------------------------- > > Key: MRELEASE-513 > URL: http://jira.codehaus.org/browse/MRELEASE-513 > Project: Maven 2.x Release Plugin > Issue Type: Bug > Components: perform, scm > Affects Versions: 2.0-beta-8 > Environment: Ubuntu 9.10 x64, Maven 2.2.1 > Reporter: Christoph Lechleitner > Attachments: mvn_deploy.log, mvn_deploy.log, mvn_release_perform.log, > mvn_release_perform.log, mvn_release_prepare.log, pom.xml, pom.xml, > pom.xml.releaseBackup, release.properties > > > Just like in WAGON-153 some 2 years ago, the current release plugin > (2.0-beta-8) ignores the user@ part of scpexe: URLs. > Per-server settings in ~/.m2/settings.xml are respected. > But with our (clazzes.org) setup using one unix user per project, granting > developer access through those users' ~/.ssh/authorized_keys file, this bug > forces us to create a unix account for every releasing developmer and to put > that in any project's unix group. This hack becomes impossible once there are > 2 different developers using equal user names (on their local development > machines). > We'd appreciate if this bug could be fixed (again). -- 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