Use basedir as working directory for tag

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@192996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-06-22 21:06:32 +00:00
parent 60a2d6e545
commit c0131f4de4
1 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,8 @@ public class PrepareReleaseMojo
{
ScmBean scm = getScm();
scm.setWorkingDirectory( basedir );
scm.setTag( tag );
getLog().info( "Tagging release with the label " + tag + "." );