You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by fy <fy...@gmail.cn> on 2007/01/17 11:05:12 UTC

About scm:checkin

Hi,
I added scm into my pom.xml:
<scm>
   
<connection>scm:cvs:ext:ann@10.10.100.22:/home/cvsroot:maven_itms</connection>
   
<developerConnection>scm:cvs:ext:ann@10.10.100.22:/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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: About scm:checkin

Posted by Emmanuel Venisse <em...@venisse.net>.
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:ann@10.10.100.22:/home/cvsroot:maven_itms</connection>
>    
> <developerConnection>scm:cvs:ext:ann@10.10.100.22:/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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org