enhance section on using multiproject goal to keep cc uptodate

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh 2004-07-23 08:38:00 +00:00
parent 904a86c094
commit 09e2fcd0ec

View File

@ -76,6 +76,11 @@ maven.cruisecontrol.template=${plugin.resources}/my-cc-template.jsl]]></source>
<code>maven.cruisecontrol.config=${maven.cruisecontrol.home}/cruisecontrol.xml</code> for use in cross
platform situations. Unfortunantly, I haven't been able to have a plugin set this value, so you need
to put it in all your projects.
<p/>
Something else to keep in mind is that if you are using the <code>cruisecontrol</code> goal to update your
cruisecontrol.xml file with information in the project.xml then you will need to update the file fairly
frequently as new developers are added. I use a simple cron job to stop CruiseControl, call the multiproject
goal, and then restart CruiseControl.
</answer>
</faq>