famod commented on pull request #655: URL: https://github.com/apache/maven/pull/655#issuecomment-1008962715
> > @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? There is none, it's just a side-effect of `-T0.5C` in `.mvn/maven.config`. Most of the time we build the entire project (or automatically incremental via [GIB](https://github.com/gitflow-incremental-builder/gitflow-incremental-builder)), so having parallel builds by default makes a lot of sense for us (more productive and DRY). But we have also use cases for `-f` and `-pl` (`-N` not so much). So if option 1 would be implemented we would gain nothing from this PR as we would still need to add `-T1`. -- 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]
