[
https://issues.apache.org/jira/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962113#comment-17962113
]
ASF GitHub Bot commented on SCM-572:
------------------------------------
jira-importer commented on issue #787:
URL: https://github.com/apache/maven-scm/issues/787#issuecomment-2964624112
**[Olivier
Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)**
commented
and if you use
```xml
<version>1.3</version>
```
?
Btw any stack trace will be appreciate
> CVS checkout using maven-scm-plugin is not working
> --------------------------------------------------
>
> Key: SCM-572
> URL: https://issues.apache.org/jira/browse/SCM-572
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-cvs
> Reporter: Monica Dube
> Assignee: Robert Scholte
> Priority: Major
>
> I am using {{maven-scm-plugin}} plugin and using {{developerconnection}}.
> which has following values
> {code:xml}
> <developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>
> {code}
> {code:xml}
> <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>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)