Greetings, Is it possible to specify multiple <modules> in a POM that are "deeper" than 1 level. In other words, say I have the following structure: /top/pom.xml <== the multi-module POM /top/a/b/c/d/pom.xml <== build 1 /top/a/e/f/pom.xml <== build 2 /top/g/h/pom.xml <== build 3
How can I type "maven install" in /top and have build 1,2,3 built I have searched the List archives and the site docs, and cannot find any pertinent info. My apologies if I missed it... Thanks, -- Chris
