I have a problem while performing a mvn release:prepare task when the project is downloaded from CVS, because the files are read only (so pom.xml can’t be updated with new version).
Error writing POM: C:Documents and Settingsa.dionisiDesktopPLXSourceAuditingWebServicepom.xml (Access is denied)
I tried with useEditMode parameter for the plugin:
org.apache.maven.plugins maven-release-plugin 2.0 clean install true
true
but I receive the warning: [WARNING] Provider cvs does not support edit operation. I tried also with scm:edit…same story.
Is there a way to edit the project before release:prepare? Thank you for help.
0 Comments.