This would be helpful for us as well. We have a pom.xml with multiple modules, e.g. <module>modA</module> <module>modB</module> <module>modC</module> <module>modD</module> modB needs modA, modC needs modB.
When modA is modified, modA, modB and ModC should be rebuilded; modD should be skipped. Is there a way to achieve this, eventually via 3rdparty plugin? Thanks very much! Best regards, Kees van Dieren On Nov 27, 2007 4:43 AM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > 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] > > -- Kees van Dieren Oranjestraat 23 2983 HL Ridderkerk Phone: +31 180 41 45 20 Mobile: +31 6 30 41 38 41 www: keesvandieren.nl LinkedIn:www.linkedin.com/in/keesvandieren Hyves:keesvandieren.hyves.net
