[ 
https://jira.codehaus.org/browse/SCM-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated SCM-572:
-------------------------------

    Component/s: maven-scm-provider-cvs
    Description: 
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}

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


    
> CVS checkout using maven-scm-plugin is not working
> --------------------------------------------------
>
>                 Key: SCM-572
>                 URL: https://jira.codehaus.org/browse/SCM-572
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-cvs
>            Reporter: Monica Dube
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to