toplevel/pom.xml (modules a, b, c) contains <modules> <module>a</module> <module>b</module> <module>c</module> </modules>
toplevel/a/pom.xml (no dependencies) no change toplevel/b/pom.xml (depends on a) contains a <dependencies> section with a <dependency> on what's produced in a toplevel/c/pom.xml (depends on b) contains a <dependencies> section with a <dependency> on what's produced in b Enjoy! -- Dana Lacoste Software Design Engineer HP Software http://www.hp.com/go/software --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
