[
https://issues.apache.org/jira/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962115#comment-17962115
]
ASF GitHub Bot commented on SCM-572:
------------------------------------
jira-importer opened a new issue, #787:
URL: https://github.com/apache/maven-scm/issues/787
**[Monica
Dube](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=monica)**
opened
**[SCM-572](https://issues.apache.org/jira/browse/SCM-572?redirect=false)** and
commented
I am using `maven-scm-plugin` plugin and using `developerconnection`. which
has following values
```xml
<developerConnection>scm:cvs:pserver:USER:password#@IDADRESS:PORT:/home/cvs:${checkout.module}</developerConnection>
```
```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>
```
---
No further details from
[SCM-572](https://issues.apache.org/jira/browse/SCM-572?redirect=false)
> 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)