> -----Original Message----- > From: Fabio Uechi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 12:51 PM > To: maven maven > Subject: multiproject:site - POM outside main dir tree isn't included > > > > Hi, > > I'm using the multiproject plugin to generate my site. One of my > subprojects isn't in the same directory although it also extends > the master project.xml. > The problem is that whenever I try to invoke any multiproject > goal the reactor never includes this POM, only the others that > are under the main dir. > > I'm setting the property: > > maven.multiproject.includes=../../j2me-dev/WTK21/apps/efitness > -mobile/project.xml,**/project.xml > > But it still isn't working. I'm currently using maven-1.0-rc2 > and I have two multiproject-plugins installed (1.1 and 1.2). > Any help is apreciated! >
My colleague from work had the same problem. I tried to track it down and it seems that everything goes well until the call is made to ant API and it is ant directory scanner which is not working properly with such patterns. I don't know if this is a feature or a bug. The Workaround is to set you maven.multiproject.includes=..\..\ and then reference your sub-projects from there. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
