You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/30 19:47:32 UTC

[GitHub] [maven-release] ViliusS opened a new pull request, #119: Add git example for release:perform

ViliusS opened a new pull request, #119:
URL: https://github.com/apache/maven-release/pull/119

   Git doesn't support passing tags in the URL, however I have found that passing -Dtag does the trick.
   
   This still will work only with 2.3.2 and earlier versions because of https://issues.apache.org/jira/browse/MRELEASE-839 , but at least nobody will have to spent 5 hours like me, trying to find why it doesn't work.
   
    - [X] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   
   
   
   


-- 
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-unsubscribe@maven.apache.org

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


[GitHub] [maven-release] ViliusS commented on pull request #119: Add git example for release:perform

Posted by GitBox <gi...@apache.org>.
ViliusS commented on PR #119:
URL: https://github.com/apache/maven-release/pull/119#issuecomment-1115787767

   Good question. I have no idea how this works, it's just what I found only working with 2.3.X series. It still doesn't work with 3.0.0-M5 or 2.2.X.
   
   I guess -Dtag passes the tag to SCM sub-module which is used in 2.3 series, and then sub-module passes this on to git clone command.


-- 
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-unsubscribe@maven.apache.org

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


[GitHub] [maven-release] slawekjaranowski commented on pull request #119: Add git example for release:perform

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on PR #119:
URL: https://github.com/apache/maven-release/pull/119#issuecomment-1115267283

   Thanks for PR.
   
   I don't see `tag` parameters for perform goal https://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html
   So how it works ...


-- 
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-unsubscribe@maven.apache.org

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