You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chalermpong Chaiyawan <ch...@ar.co.th> on 2005/05/12 06:53:57 UTC

[m2] - how to use scm

Hi,

I am a newbie.  I want to update latest source code from cvs before 
building the project.  I tried to put <scm> into pom.xml like this

<scm>
<connection>scm:cvs:pserver:chalermp@10.11.60.93:/usr/local/arg:common-util</connection>
</scm>

and run the following command

$ m2 scm:update

I got this error

Downloading: 
org/apache/maven/plugins/maven-scm-plugin/1.0-SNAPSHOT/maven-scm-plugin-1.0-SNAPSHOT.jar
[WARNING] Unable to get resource from repository 
http://repo1.maven.org/maven2

It seems that there is no maven-scm-plugin-1.0-SNAPSHOT.jar on the 
remote repo, any idea?

Thanks
Chalermpong Chaiyawan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] - how to use scm

Posted by Brett Porter <br...@gmail.com>.
> It seems that there is no maven-scm-plugin-1.0-SNAPSHOT.jar on the
> remote repo, any idea?

There is no SCM plugin for m2 yet. See
http://maven.apache.org/maven2/plugin-list.html.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org