sandyzden created MRELEASE-910: ---------------------------------- Summary: improper git clone command formed during the release:perform operation Key: MRELEASE-910 URL: https://issues.apache.org/jira/browse/MRELEASE-910 Project: Maven Release Plugin Issue Type: Bug Components: Git Affects Versions: 2.5.2 Reporter: sandyzden
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 -- This message was sent by Atlassian JIRA (v6.3.4#6332)