error message "cvs server: pom.xml is locally modified" when using windows
--------------------------------------------------------------------------

                 Key: MRELEASE-187
                 URL: http://jira.codehaus.org/browse/MRELEASE-187
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-4
         Environment: Windows XP
            Reporter: Baerrach bonDierne


For some reason the root pom.xml file is not being checked in.

I believe this is a windows timing issue, probably due to the the even 
millisecond resolution.

I hope to have time at some stage to create a test case for this to show the 
problem.

Workaround: 

Manually check it in and the restart the release.

e.g. (You can cut and paste the most of the details from the console output)

cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/cvs/CVS_ROOT -q commit -R -m 
"[maven-release-plugin] prepare release RELEASE_TAG" pom.xml

Note:
After the failure to checkin occurs and the release:perform is restarted, it 
will fail because the released versions of the artifacts do not exist.  The 
workaround to this is to run "mvn install" (it is wise to run "mvn site" to 
ensure there are no "gotchas" here for when you attempt to perform the release)


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