Should we just keep a consolidated for all kind of checks no-check flag and get rid of the no-checkstyle one?
Trading one for one with Josh :-) Best regards, Ekaterina On Thu, 29 Jun 2023 at 10:52, Josh McKenzie <jmcken...@apache.org> wrote: > I really prefer separate tasks than flags. Flags are not listed in the > help message like "ant -p" and are not auto-completed in the terminal. That > makes them almost undiscoverable for newcomers. > > Please, no more flags. We are *more* than flaggy enough right now. > > Having to dig through build.xml to determine how to change things or do > things is painful; the more we can avoid this (for oldtimers and newcomers > alike!) the better. > > On Thu, Jun 29, 2023, at 8:34 AM, Mick Semb Wever wrote: > > > > On Thu, 29 Jun 2023 at 13:30, Jacek Lewandowski < > lewandowski.ja...@gmail.com> wrote: > > There is another target called "build", which retrieves dependencies, and > then calls "build-project". > > > > Is it intended to be called by a user ? > > If not, please follow the ant style prefixing the target name with an > underscore (so that it does not appear in the `ant -projecthelp` list). > > If possible, I agree with Brandon, `build` is the better name to expose to > the user. > > >