Re: how to make reactor greedy?

2009-12-04 Thread Baptiste MATHUS
Hi, Could you rephrase your need? Not sure to understand. Just a guess, wouldn't the mvn -amd or -am option fit your need? Cheers 2009/12/3 Andrew Gaydenko a...@gaydenko.com Hi! Say, I have top pom (packaging pom) with two modules - B and C (both jar packaging). B is self-containd, C

Re: how to make reactor greedy?

2009-12-04 Thread Andrew Gaydenko
On Friday 04 December 2009 13:50:46 Baptiste MATHUS wrote: Hi, Could you rephrase your need? Not sure to understand. Just a guess, wouldn't the mvn -amd or -am option fit your need? Cheers Hi! There are modules B (self-contained) and C (depends on B). Let's do clean and install. Now

how to make reactor greedy?

2009-12-03 Thread Andrew Gaydenko
Hi! Say, I have top pom (packaging pom) with two modules - B and C (both jar packaging). B is self-containd, C depends on B. After istalling and then modifying B source code (probably breaking C at all) I have not found a way to recompile C except for cleaning or touching it. What is a proper