Hi all, I've just discovered something with Maven that was not obvious to me. As this seems a wee bit weird, I wanted to ask here about the behaviour.
I was unaware that, IIUC: *"Mojos declaring requiresProject=false, even when ran inside a multimodule project, will actually run non recursively".* Does this statement seem perfectly normal to you? I for one was actually very surprised. Anyway. What I need is a way to recursively validate <scm> (svn, currently) information on a big multimodule project. If the above is indeed normal, is the right way to just create a new Mojo like *ValidateProjectMojo extends ValidateMojo* that would redefine requiresProject to true to run recursively as I need it to do? Thanks for your hints. -- Baptiste