[ 
https://issues.apache.org/jira/browse/MNG-8226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17877344#comment-17877344
 ] 

Hüseyin Kartal edited comment on MNG-8226 at 8/28/24 11:17 AM:
---------------------------------------------------------------

While the thread option is documented in the cli "{-}T,{-}-threads <arg>" with 
a space between option and arg. It is used in 
[https://maven.apache.org/configure.html#mvn-maven-config-file] in a 
undocumented way without space. Thats just confusing and from user perspective 
meaningless.

Following the documentation it should be
{code:java}
-T
3
-U
--fail-at-end{code}
 


was (Author: hsyn):
While the thread option is documented in the cli "-T,--threads <arg>" with a 
space between option and arg. It is used in 
[https://maven.apache.org/configure.html#mvn-maven-config-file] in a 
undocumented way without space. Thats just confusing and from user perspective 
meaningless.

> Unable to parse maven.config
> ----------------------------
>
>                 Key: MNG-8226
>                 URL: https://issues.apache.org/jira/browse/MNG-8226
>             Project: Maven
>          Issue Type: Bug
>          Components: Command Line, Settings
>    Affects Versions: 3.9.9
>            Reporter: Hüseyin Kartal
>            Priority: Blocker
>         Attachments: maven.config
>
>
> Maven don't recognize options in .mvn/maven.conf file.
> Following options are not recognized in maven.conf file.
> -s,--settings <arg>
> -t,--toolchains <arg>
> The resulting error is:
> Unable to parse maven.config file options: Unrecognized option: --settings 
> .mvn/settings.xml
> If the short options used without space -s<arg> it works. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to