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

   **[Tomas 
Varaneckas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tomas.varaneckas)**
 commented
   
   An ugly workaround for that is to have links ending with # or ?foo=, so 
finally they work even with /artifact-id in the end. I.e.:
   
       <scm>
           
<connection>scm:git:git://git.xxx.com/${xxx.project.path}.git?proj=</connection>
           
<developerConnection>scm:git:git://[email protected]/${xxx.project.path}.git?proj=</developerConnection>
           <url>http://git.xxx.com/?p=${xxx.project.path}.git;a=summary#</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]

Reply via email to