You need to set a message for the commit

mvn scm:checkin -Dmessage="informations about the fix"

Emmanuel

fy a écrit :
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?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to