http://maven.apache.org/reference/plugins/multiproject/properties.html
maven.multiproject.includes "Default value is */project.xml, that is all project.xml files one directory below the base directory " So I'm thinking you'll want to set it to **/project.xml instead. > -----Original Message----- > From: Andrew Bayer [mailto:[EMAIL PROTECTED] > Sent: 26 March 2004 17:03 > To: [EMAIL PROTECTED] > Subject: Quick reactor question > > > Hi - > I've got a sprawling and unpleasant source tree that > I'm moving into a > Maven-based build, using the reactor to call each of the many > sub-projects. > I just want to clarify exactly how the reactor finds > sub-projects - does it > only look in the first level of subdirectories below the > basedir or will it > look in the second, third, etc? If it doesn't look into the > deeper levels, > can I make it do so somehow? Here's a quick glance at our > directory structure: > > \ > \somedir1 > \somedir1\projectA > \somedir1\projectB > \somedir1\somedir2\projectC > \somedir1\somedir2\projectD > \projectE > > It's actually far more complex and ugly than that, with about > another 30 to > 40 projects at various levels, but that should give a sense > of what I'm > working with. Rearranging the source tree is a worst-case > option at best, > but if nothing else will work, I'll look into that option. Any > suggestions/pointers? > > A. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
