You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2010/08/27 15:01:32 UTC

[jira] Commented: (SCM-572) CVS checkout using maven-scm-plugin is not working

    [ 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: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>

-- 
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