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
Settings\a.dionisi\Desktop\PLX\Source\AuditingWebService\pom.xml (Access is
denied)

I tried with useEditMode parameter for the plugin:

<plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-release-plugin</artifactId>
                                        <version>2.0</version>
                                        <configuration>
                                                <preparationGoals>clean 
install</preparationGoals>
                                                
<autoVersionSubmodules>true</autoVersionSubmodules>
                                               
<useEditMode>true</useEditMode>
                                        </configuration>
                                </plugin>

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.

-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-release-plugin-CVS-tp1033588p1033588.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to