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
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
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.
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