jira-importer commented on issue #1043: URL: https://github.com/apache/maven-scm/issues/1043#issuecomment-2964640865
**[vishal sahasrabuddhe](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vishal_vsh1)** commented Hi, I am also facing similar issue with mvn release plugin (ticket was raised https://issues.apache.org/jira/browse/MRELEA[SE-937](https://issues.apache.org/jira/browse/SE-937) ) I have added git authentication part in settings.xml like below. > \<server> > > \<id>git\</id> > > \<username>releasebot\</username> > > \<password>{AEfPhTGymJYHN+NQLTLwRU6SjUwaF6zB+uN/RsR/Qac=}\</password> > > \</server> And i am seeing following message Here is the log. ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.856 s (Wall Clock) [INFO] Finished at: 2016-01-04T08:15:04+00:00 [INFO] Final Memory: 17M/484M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project qubole_python: Unable to commit files [ERROR] Provider message: [ERROR] The git-push command failed. [ERROR] Command output: [ERROR] remote: Not Found [ERROR] fatal: repository 'https://releasebot:abc@[email protected]/sandbox/data-ingestion-dco.git/' not found [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: ``` So, i can see password "abc@123" here. I am using maven Apache Maven 3.3.9 tried with maven release plugin 2.5.3 and 2.5.2 both but no luck. -- 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]
