jira-importer commented on issue #384: URL: https://github.com/apache/maven-deploy-plugin/issues/384#issuecomment-2771536198
**[Yuna Morgenstern](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=yuna90)** commented Hi [Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o) i have uploaded some log files now. You can see that the BasicRepositoryConnector of 3.0.0-M1 doesn't contain the credentials as in 2.8.2 In all test cases, my settings file looks like this: ```java <?xml version="1.0" encoding="UTF-8" ?> <settings> <servers> <server> <id>central</id> <username>[MY-REAL-USERNAME]</username> <password>[MY-REAL-PASSWORD]</password> </server> </servers> </settings> ``` thanks -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org