You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marko Bauhardt <ma...@web.de> on 2005/07/26 14:05:24 UTC

scm:update-project

Hi all,
i use maven version 1.0.2. i have a problem with the goal "scm:update- 
project".
in my project.xml i wrote:
<repository>
         <connection>scm:svn:http://HOST/REPOSITORY:MODULE</connection>
</repository>

i execute "maven scm-update-project" and it seems to be ok.

scm:parse-connection:
     [echo] Using connection: scm:svn:HOST/REPOSITORY:MODULE
Using SCM method: svn
Using SVN repository: HOST:REPOSITORY
Using module: MODULE
BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Tue Jul 26 13:46:00 CEST 2005

But the updating dont work. changes existing in the repository but  
not updated in the local copy.

Re: scm:update-project

Posted by Marko Bauhardt <ma...@web.de>.
Thanks a lot. I downloaded the new plugin from     http:// 
www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm- 
plugin-1.5.jar and copy it to $MAVEN_HOME/plugins
and the updating works.

thanks and by, marko


Am 26.07.2005 um 14:20 schrieb Brett Porter:

> You must update to the latest SCM plugin and use "scm:update" as the
> other goal was deprecated. Please see the Maven download page for
> instructions on receiving the latest released plugins for Maven 1.0.2
>
> - Brett
>

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


Re: scm:update-project

Posted by Brett Porter <br...@gmail.com>.
You must update to the latest SCM plugin and use "scm:update" as the
other goal was deprecated. Please see the Maven download page for
instructions on receiving the latest released plugins for Maven 1.0.2

- Brett

On 7/26/05, Marko Bauhardt <ma...@web.de> wrote:
> Hi all,
> i use maven version 1.0.2. i have a problem with the goal "scm:update-
> project".
> in my project.xml i wrote:
> <repository>
>          <connection>scm:svn:http://HOST/REPOSITORY:MODULE</connection>
> </repository>
> 
> i execute "maven scm-update-project" and it seems to be ok.
> 
> scm:parse-connection:
>      [echo] Using connection: scm:svn:HOST/REPOSITORY:MODULE
> Using SCM method: svn
> Using SVN repository: HOST:REPOSITORY
> Using module: MODULE
> BUILD SUCCESSFUL
> Total time: 2 seconds
> Finished at: Tue Jul 26 13:46:00 CEST 2005
> 
> But the updating dont work. changes existing in the repository but
> not updated in the local copy.
> 
>

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