Yes Brett, thanks for asking. I've been trying to get multiproject running
for quite awhile now and am very stuck, grasping at straws...wondering what
I have configured wrong. Or what is odd about our product setup that causes
it to not work.
Basically, only some pages are generated in multiproject.
In the subprojects, only these reports are generated:
- Javadoc
- Cross Ref for main code plus test code
- Task List
The output/log shows that subproject plugins register, e.g. checkstyle, pmd,
junit, and others, but they never run!
The other reports and the project info for subprojects are not generated.
The multiproject errors are:
- Dashboard report is an empty page
- Clicking subproject links from the multiproject page is invalid - the
pages do not exist (none of the standard HTML files are generated in the
subprojects).
The dependency convergence report works though. And the subprojects
generate & deploy their sites successfully on their own.
Can you help step me through diagnosing the cause please??!
This is the project.properties file for the multiproject.
######## General ########
maven.xdoc.date=left
maven.xdoc.date.format=dd MMMM yyyy HH:mm
#set build dir out of WSAD's scope, so WSAD doesn't validate these files
maven.build.dir=c:/devroot/healthmatch/builds/healthmatchmultiproject
######## dashboard plugin ########
maven.dashboard.runreactor=false
maven.dashboard.basedir=${basedir}/..
maven.dashboard.includes=*/project.xml
maven.dashboard.excludes=**/target/**/project.xml
maven.dashboard.aggregators=csfiles,cserrors,cswarnings,\
junittests,juniterrors,junitfailures,junitpassrate,\
pmdfiles,pmdviolations,\
simiantdl,\
tasklist
-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 31, 2005 4:39 PM
To: Maven Users List
Subject: Re: Multiproject plugin and "maven.build.dir" restrictions?
They shouldn't. Are you having a problem?
- Brett
On 6/1/05, Jeff Jensen <[EMAIL PROTECTED]> wrote:
> Are there any restrictions with the setting of "maven.build.dir" in
> the multiproject project or in the subprojects?
>
> Another way to ask that is does the plugin, or the goals it calls,
> make any assumptions as to the location of its own "maven.build.dir"
> or those of the subprojects?
>
> ---------------------------------------------------------------------
> 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]