Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-572

CVS checkout using maven-scm-plugin is not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • None
    • maven-scm-provider-cvs
    • None

    Description

      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>
      

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            monica Monica Dube
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: