Hi,
I'm working on a multimodule project and after making a change in a module X, I would like to do the following:
- mvn clean install on all modules in the project that have compile dependencies on X;
- mvn test on all modules in the project that have runtime and test dependencies on X.
Any idea of how I can automate that process? Is there any plugin or product integrated with Maven that will help me do that?
Thanks -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]