michael-o commented on pull request #655: URL: https://github.com/apache/maven/pull/655#issuecomment-1008859591
> @michael-o > > > ``` > > 1. Log a warning when MT build is requested, but only one module is in the reactor. Hence, MT build is pointless. > > ``` > > Please don't because with that I would need to pass `-T1` (because we have `-T0.5C` in `.mvn/maven.config`). This would be strict but not user friendly. I see, but what is the purpose of having `T0.5C` for a single module build? > > ``` > > 2. Don't invoke a MT build with single module reactor even if `-T` is requesed and log info message > > ``` > > Much better than 1. IMHO, but for a good chunk of usages (or even all?) this message would be just noise. I like the optimization though to not kick off a MT build. Maybe at debug level, there is already one message which denotes the builder type. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
