jira-importer commented on issue #916: URL: https://github.com/apache/maven-scm/issues/916#issuecomment-2964632849
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented It should be documented somewhere, but I can't find it. Since there's no id in the scm-section of the pom file, there's another (old) solution by using the host (with optional port) as the id of the server. ```xml <server> <id>svn-forge.com</id> <!-- or svn-forge.com:443 --> <username>cp_lforge_crucible</username> <password>{EncycptedStringGeneratedFromMvnPassword=}</password> </server> ``` MRELEA[SE-420](https://issues.apache.org/jira/browse/SE-420) introduced the `project.scm.id`-property, to have a more logic solution. Let me see if I can add that for the scm-plugin as well in a short period of time. -- 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