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

   **[Toby 
Jee](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tmjee)** 
commented
   
   This happens for git as well.
   
   when running
   
   ```
   mvn release:perform -DconnectionUrl=.... -Dgoals=deploy 
   ```
   
   The git clone command generated is
   
   ```
   [INFO] Executing: /bin/sh -c cd /.../target && git clone --branch 
http://.... .git /.../target/checkout
   ```
   
   which is not correct it misses the tag.
   
   If only a say -Dtag parameter is allowed that'd fix this issue
   
   


-- 
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