On Mon, Nov 10, 2025, 12:22 Emmanuel Bourg <[email protected]> wrote:
> Hi all, > > The apache-rat-plugin is currently bound to the validate phase and is > always executed when compiling the code or running the tests. I'd like > to suggest moving its execution to the verify phase instead to speed up > the builds when developing. > > That's also how the RAT examples suggest to use the plugin to execute it > automatically [1]. > > What do you think? > I think it needs to run before any tests or anything time consuming is done. It's so lame when a build runs and it only fails at the very end because something as simple as a messed up or missing license header. Can you make it do that? Gary > Emmanuel Bourg > > [1] https://creadur.apache.org/rat/apache-rat-plugin/examples/verify.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >