You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dominik Bartholdi (JIRA)" <ji...@codehaus.org> on 2014/07/13 20:19:10 UTC

[jira] (SCM-765) jgit provider commits changes with system user instead of passed username

Dominik Bartholdi created SCM-765:
-------------------------------------

             Summary: jgit provider commits changes with system user instead of passed username
                 Key: SCM-765
                 URL: https://jira.codehaus.org/browse/SCM-765
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-git
            Reporter: Dominik Bartholdi


When using the jgit provider over http, it allows to define username / password like this:

{code}
mvn release:prepare release:perform -Dresume=false -Dusername=myuser -Dpassword=XXX
{code}

But the commit will not be done with the given user but with the system user who started the process, instead the passed user is only used for transport. Well that might be fine in the first thought, but it will mean in the git repository it is not recorded who really did make the release. 




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)