For some reason when using:
mvn release:prepare -Dmaven.scm.provider.cvs.implementation=cvs_native

Maven cannot commit the changed POM file

I get this:
Provider message:
The cvs command failed.
Command output:
Cannot access /web/cvs
/CVSROOT
No such file or directory

        at
org.apache.maven.plugins.release.PrepareReleaseMojo.execute(PrepareReleaseMojo.java:135)
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
        ... 16 more

I use this format in my SCM connection
scm:cvs:ext:usern...@server:/web/cvs/:module 

Our CVS server is setup with extssh. Before I had problems with
authentication but solved this by adding my public key to the
authorized_keys on the server.

Can anybody help me out?
-- 
View this message in context: 
http://www.nabble.com/mvn-release%3Aprepare-with-CVS-extssh-tp23557254p23557254.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