release:clean doesn't clean up after release:branch
---------------------------------------------------

                 Key: MRELEASE-278
                 URL: http://jira.codehaus.org/browse/MRELEASE-278
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-6
         Environment: java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_11-b03, mixed mode)

            Reporter: Graham Leggett


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


-- 
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

        

Reply via email to