Hello, I am trying to use maven. But there is a problem about SCM plugin. I setup a CVS server with CVSNT, and create a repository: "d:/cvs_folder" My source code exist in "d:/cvs_folder/maventest/src/..."
In project.xml, set repository: <repository> <connection>scm|cvs|pserver|liuyk:[EMAIL PROTECTED]|d:/cvs_folder|maventest</connection> <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/examples/</url> </repository> But after I checkout source code, I execute: "maven site", the error info appears as following: /************************************************** ...... ...... [echo] Generating the Change Log... maven-changelog-plugin:report: [echo] Generating the changelog report SCM Working Directory: D:\maventest SCM Command Line[0]: cvs SCM Command Line[1]: -d SCM Command Line[2]: :pserver:liuyk:[EMAIL PROTECTED]:d:/cvs_folder SCM Command Line[3]: log SCM Command Line[4]: -d 2004-02-18<2004-03-20 cvs log: in directory .: cvs [log aborted]: there is no version here; run 'cvs checkout' first ChangeLog found: 0 entries ...... ...... /************************************************** Do I need to set other properties? Regards, Yongkang --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
