jira-importer commented on issue #785:
URL: https://github.com/apache/maven-scm/issues/785#issuecomment-2964624013

   **[Monica 
Dube](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=monica)** 
commented
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to