Details
Description
When using release:branch -DdryRun=true to test a branch, some extra files are left lying around like below. These cause release:branch to fail because of unchecked-in modifications.
release:clean needs to be taught how to clean up after these files.
bash-3.00$ svn status
? pom.xml.releaseBackup
? pom.xml.branch
? alchemy-cdo-client/pom.xml.releaseBackup
? alchemy-cdo-client/pom.xml.branch
? alchemy-transformer/pom.xml.releaseBackup
? alchemy-transformer/pom.xml.branch
? alchemy-native-assembly/pom.xml.releaseBackup
? alchemy-native-assembly/pom.xml.branch
? alchemy-cdo/pom.xml.releaseBackup
? alchemy-cdo/pom.xml.branch