Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
2.5.2
-
None
-
None
Description
maven release-plugin is forming incorrent git command-line as below.
git clone --branch <git url> <working directory>
since branch parameter is not getting any value it looks for working directory as ends up with following error message.
Provider message:
The git-clone command failed. [ERROR] Command output:
[ERROR] fatal: repository '<working directory>/target/checkout' does not exist