release:prepare doesn't recognise deleted files -----------------------------------------------
Key: MRELEASE-368 URL: http://jira.codehaus.org/browse/MRELEASE-368 Project: Maven 2.x Release Plugin Issue Type: Bug Components: scm Affects Versions: 2.0-beta-7 Environment: Windows XP, CVSNT 2.5.03 (build 2382), Maven 2.0.9 Reporter: David Barri Priority: Critical If I check a project out, delete a file and then run mvn release:prepare (using native cvs impl) then the following happens: * In the first phase I see Unknown file status: 'R'. * It then changes the version in the pom to the release version and commits it. * However before tagging it checks again, see’s that a file is missing and aborts. It should stop in the verify phase at the beginning. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira