jira-importer commented on issue #971:
URL: https://github.com/apache/maven-scm/issues/971#issuecomment-2964636722

   
**[JQ](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jqassar)** 
commented
   
   Hello,
   
   The username and password are still being included in 1.9.4 when jgit is 
being used as the git provider:
   
   ```
   build        10-Apr-2015 14:04:46    [DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-scm-plugin:1.9.4:tag' with basic configurator 
-->
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) addTimestamp = false
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) basedir = 
/path/to/build/directory
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) connectionType = 
connection
   build        10-Apr-2015 14:04:46    [DEBUG]   (s) connectionUrl = 
scm:git:https://host.address/scm/repo/repo.git
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) developerConnectionUrl = 
scm:git:https://host.address/scm/repo/repo.git
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) providerImplementations = 
{git=jgit}
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) pushChanges = true
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) remoteTagging = true
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) settings = 
org.apache.maven.execution.SettingsAdapter@213b0eef
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) tag = blah-0.0.99-24
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) timestampFormat = 
yyyyMMddHHmmss
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) timestampPosition = end
   build        10-Apr-2015 14:04:46    [DEBUG]   (f) timestampPrefix = -
   build        10-Apr-2015 14:04:46    [DEBUG] -- end configuration --
   build        10-Apr-2015 14:04:46    [INFO] Change the default 'git' 
provider implementation to 'jgit'.
   build        10-Apr-2015 14:04:46    [INFO] Final Tag Name: 'blah-0.0.99-24'
   build        10-Apr-2015 14:04:47    [INFO] push tag [blah-0.0.99-24] to 
remote...
   build        10-Apr-2015 14:04:47    [INFO] fetch url: 
https://foo:[email protected]/scm/repo/repo.git
   build        10-Apr-2015 14:04:47    [INFO] push url: 
https://foo:[email protected]/scm/repo/repo.git
   build        10-Apr-2015 14:04:48    [INFO] OK - 
RemoteRefUpdate[remoteName=refs/tags/blah-0.0.99-24, OK, 
(null)...a273fcdfa66fdcb925434fa6767038242d53d20d, fastForward, 
srcRef=refs/tags/blah-0.0.99-24, message=null]
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to