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-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org