jira-importer commented on issue #689: URL: https://github.com/apache/maven-scm/issues/689#issuecomment-2964613341
**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented we can only update developerConnection as it could be different from connection. Maybe adding a parameter which says duplicate dev cnx to cnx. And btw we can't touch url element. Have a look at an apache project pom ```xml <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/scm/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/scm/trunk</developerConnection> <url>http://svn.apache.org/viewvc/maven/scm/</url> </scm> ``` -- 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]
