[ http://jira.codehaus.org/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233319#action_233319 ]
Olivier Lamy commented on SCM-572: ---------------------------------- and if you use {code:xml} <version>1.3</version> {code} ? Btw any stack trace will be appreciate > CVS checkout using maven-scm-plugin is not working > -------------------------------------------------- > > Key: SCM-572 > URL: http://jira.codehaus.org/browse/SCM-572 > Project: Maven SCM > Issue Type: Bug > Reporter: Monica Dube > > I am using maven-scm-plugin plugin and using developerconnection. which has > following values > <developerConnection>scm:cvs:pserver:USER:passwo...@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> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira