diff --git a/cruisecontrol/xdocs/faq.fml b/cruisecontrol/xdocs/faq.fml index 795bf598..63c21976 100644 --- a/cruisecontrol/xdocs/faq.fml +++ b/cruisecontrol/xdocs/faq.fml @@ -76,6 +76,11 @@ maven.cruisecontrol.template=${plugin.resources}/my-cc-template.jsl]]> maven.cruisecontrol.config=${maven.cruisecontrol.home}/cruisecontrol.xml 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. +

+ Something else to keep in mind is that if you are using the cruisecontrol 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.