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

Maven SCM Client doesn't support parameters <scmVersion> <scmVersionType>

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • future
    • None
    • maven-scm-client
    • None

    Description

      In the Maven SCM Client code at
      http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-client/src/main/java/org/apache/maven/scm/client/cli/MavenScmCli.java
      there is a check
      if ( args.length != 3 )

      { ... return; }

      which prevents entering parameters <scmVersion> <scmVersionType> (positions 4, 5)

      Please update it to
      if ( args.length < 3 )

      { ... }

      to fix the issue. Thanks.

      Attachments

        Activity

          People

            Unassigned Unassigned
            hathanhthai@yahoo.com Thai Ha
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: