AFAIK that means that the reactor runs the goal "nightly" for every
subproject (and nothing else of the subproject's goals). One can
specifiy which goals to run by the reactor here.
Regards,
Gisbert Amm
Zheng Wen Zhe wrote:
Hi,
below is a piece of code to set up a goal.
My question: what's <goals="nightly"> means? Is 'nightly' some other goal?
thanks,
jason
********************************************************************
<goal name="build" prereqs="cvs-checkout"
description="generate the site for the entire project">
<attainGoal name="newVersion"/>
<maven:reactor
basedir="${basedir}/target/build"
postProcessing="true"
includes="*/project.xml"
goals="nightly"
banner="Generating site"
ignoreFailures="false"/>
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]