diff --git a/cruisecontrol/plugin.jelly b/cruisecontrol/plugin.jelly index 78311fbe..6b4149e9 100644 --- a/cruisecontrol/plugin.jelly +++ b/cruisecontrol/plugin.jelly @@ -30,8 +30,9 @@ + - + You must specify maven.cruisecontrol.home diff --git a/cruisecontrol/plugin.properties b/cruisecontrol/plugin.properties index 898066d8..20f52fdd 100644 --- a/cruisecontrol/plugin.properties +++ b/cruisecontrol/plugin.properties @@ -19,7 +19,6 @@ maven.cruisecontrol.schedule.interval=300 maven.cruisecontrol.checkout.dir=${basedir}/checkout maven.cruisecontrol.logs.dir=${maven.build.dir}/cc-logs maven.cruisecontrol.goals=scm:update-project|clean test|site:deploy -maven.cruisecontrol.home=CC_HOME_NOT_SET maven.cruisecontrol.mail.host=localhost maven.cruisecontrol.mail.defaultsuffix=DEFAULT_SUFFIX_NOT_SET maven.cruisecontrol.mail.subjectprefix=[BUILD] diff --git a/cruisecontrol/xdocs/changes.xml b/cruisecontrol/xdocs/changes.xml index 59d0cdfa..5eedf6cb 100644 --- a/cruisecontrol/xdocs/changes.xml +++ b/cruisecontrol/xdocs/changes.xml @@ -25,6 +25,7 @@ + allow the maven.cruisecontrol.home property to be overrided by other plugins via preGoal calls. allow user to specify different cc template to use