From 09e2fcd0ec9ed060afc4d7d1e69aefce511d57b8 Mon Sep 17 00:00:00 2001 From: epugh Date: Fri, 23 Jul 2004 08:38:00 +0000 Subject: [PATCH] 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 --- cruisecontrol/xdocs/faq.fml | 5 +++++ 1 file changed, 5 insertions(+) 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.