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 2018/06/11 12:12:50 UTC

[GitHub] serozaki commented on a change in pull request #76: [SCM-889] fix jazz provider tag command

serozaki commented on a change in pull request #76: [SCM-889] fix jazz provider tag command
URL: https://github.com/apache/maven-scm/pull/76#discussion_r194381622
 
 

 ##########
 File path: maven-scm-providers/maven-scm-provider-jazz/src/main/java/org/apache/maven/scm/provider/jazz/command/tag/JazzTagCommand.java
 ##########
 @@ -176,7 +176,7 @@ public JazzScmCommand createTagCreateSnapshotCommand( JazzScmProviderRepository
             command.addArgument( message );
         }
 
-        command.addArgument( repo.getRepositoryWorkspace() );
 
 Review comment:
   repo.getRepositoryWorkspace() is a value configured in pom.xml.
   repo.getWorkspace() is the current workspace ("branch" in jazz terminology).
   So, with the first value, if you switch branch, do some checkins and tag, the tag is created somewhere else.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services