Hi When you checkin you need to supply a message to be associated with it. Add a configuration to the plugin and supply the message either there or from the command line.
See: http://maven.apache.org/scm/plugins/checkin-mojo.html Hermod -----Original Message----- From: fy [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 11:05 AM To: [email protected] Subject: About scm:checkin Hi, I added scm into my pom.xml: <scm> <connection>scm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:maven_itms</connection> <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:maven_itms</developerConnection> <url>http://10.10.202.22/maven/code</url> </scm> And I runnde mvn scm:checkin D:\workspace\maven_itms>mvn scm:checkin [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'scm'. [INFO] ---------------------------------------------------------------------------- [INFO] Building maven_itms Maven Webapp [INFO] task-segment: [scm:checkin] [INFO] ---------------------------------------------------------------------------- [INFO] [scm:checkin] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot run checkin command : Embedded error: Exception while executing SCM command. Missing parameter: 'message'. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Wed Jan 17 18:01:18 CST 2007 [INFO] Final Memory: 4M/9M [INFO] ------------------------------------------------------------------------ what's mean ? and how I to do? -- View this message in context: http://www.nabble.com/About-scm%3Acheckin-tf3026271s177.html#a8407499 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This email with attachments is solely for the use of the individual or entity to whom it is addressed. Please also be aware that the DnB NOR Group cannot accept any payment orders or other legally binding correspondence with customers as a part of an email. This email message has been virus checked by the anti virus programs used in the DnB NOR Group. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
