Re: Newbie Multiproject question

2005-11-22 Thread Lukas Theussl
List Subject: Re: Newbie Multiproject question Hi Toby, you can't "change directories" with the includes/excludes expression. But instead, you can try the following: maven.multiproject.basedir=${basedir}/../ maven.multiproject.includes=projectA/project.xml This is because the di

RE: Newbie Multiproject question

2005-11-21 Thread Weston, Toby
chael Böckling [mailto:[EMAIL PROTECTED] Sent: 18 November 2005 17:12 To: Maven Users List Subject: Re: Newbie Multiproject question Hi Toby, you can't "change directories" with the includes/excludes expression. But instead, you can try the following: maven.multiproje

Re: Newbie Multiproject question

2005-11-18 Thread Michael Böckling
Hi Toby, you can't "change directories" with the includes/excludes expression. But instead, you can try the following: maven.multiproject.basedir=${basedir}/../ maven.multiproject.includes=projectA/project.xml This is because the directory scanner will scan all subdirs of maven.multiproject.

Newbie Multiproject question

2005-11-18 Thread Weston, Toby
Hi Guys, Probably a silly question but can I use the multiple projects plugin for projects that aren't under the standard (single?) folder structure? ie, instead of having; projectroot projectroot\project.xml projectroot\projectA projectroot\projectA\projectA.xml projectroot\projectB projectro