mirror of https://github.com/apache/maven.git
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:
parent
60a2d6e545
commit
c0131f4de4
|
@ -550,6 +550,8 @@ public class PrepareReleaseMojo
|
|||
{
|
||||
ScmBean scm = getScm();
|
||||
|
||||
scm.setWorkingDirectory( basedir );
|
||||
|
||||
scm.setTag( tag );
|
||||
|
||||
getLog().info( "Tagging release with the label " + tag + "." );
|
||||
|
|
Loading…
Reference in New Issue