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://gito...@git.xxx.com/${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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to