You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/17 08:33:25 UTC

[GitHub] [maven-mvnd] gzm55 opened a new issue, #720: The property of Environments with OptionType.VOID type cannot accept false value

gzm55 opened a new issue, #720:
URL: https://github.com/apache/maven-mvnd/issues/720

   As discussed [here](https://github.com/apache/maven-mvnd/pull/719#issuecomment-1280155079), some properties like mvnd.rawStreams or mvnd.serial can not accept false value. This is caused by [[getCommandLineOption](https://github.com/apache/maven-mvnd/blob/5e59c404535ba21b925a372340c7b11749aa4050/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java#L425)] omit the following value, treat is as `true`. A proposal is to assign two OptionType forEnvironment, one for cli option, one for property.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org