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

Michael Osipov closed SCM-782.
------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period 
of time. If you think this issue still applies, retest your problem with the 
most recent version of Maven and the affected component, reopen and post your 
results.

> Maven SCM Client doesn't support parameters <scmVersion> <scmVersionType>
> -------------------------------------------------------------------------
>
>                 Key: SCM-782
>                 URL: https://issues.apache.org/jira/browse/SCM-782
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-client
>    Affects Versions: future
>            Reporter: Thai Ha
>            Priority: Minor
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to