How to rebuild modules that depend on a changed module?

2007-11-26 Thread Jean-Sebastien Delfino
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

Running mvn on modules affected by a change

2007-11-19 Thread Jean-Sebastien Delfino
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.