That is the point. In order to build m2, I have to build the whole
project. If m2 is still in development (ie, some tests still fail),
I can't build m2 separately.

If m2 and m1 doesn't share the same release cycle, they shouldn't be
sibling modules. The purpose of modules is to separate a big project
in small subprojects. Instead just declare a SNAPSHOT m2 dependency in
you m1 pom. Modules dependencies is the same as Eclipse project
dependencies. If one project doesn't compile than of course all the
other projects depending upon this one won't compile either.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to