You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by monica <js...@yahoo.com> on 2010/08/30 07:42:16 UTC

CVS checkout with maven is not working

I am using maven-scm-plugin plugin and using developerconnection. which has
following values 
<developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection> 

<plugin> 
<groupId>org.apache.maven.plugins</groupId> 
<artifactId>maven-scm-plugin</artifactId> 
<version>1.3</version> 
<executions> 
<execution> 
<configuration> 
<connectionType>developerConnection</connectionType> 
<scmVersionType>${cvsTrunkVersion}</scmVersionType> 
<scmVersion>${cvsBranchTag}</scmVersion> 
<checkoutDirectory>${checkout.destination.dir}</checkoutDirectory> 
</configuration> 
<phase>process-resources</phase> 
<goals> 
<goal>checkout</goal> 
</goals> 
</execution> 
</executions> 
</plugin 

-- 
View this message in context: http://maven-users.828.n2.nabble.com/CVS-checkout-with-maven-is-not-working-tp5476841p5476841.html
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