From 561dab8051cf6b3fa4e51b7e4e2e5e65733d0f48 Mon Sep 17 00:00:00 2001 From: epugh Date: Mon, 31 May 2004 15:56:08 +0000 Subject: [PATCH] allow maven.cruisecontrol.home to be passed in by using more typical check for missing properties. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115419 13f79535-47bb-0310-9956-ffa450edef68 --- cruisecontrol/plugin.jelly | 3 ++- cruisecontrol/plugin.properties | 1 - cruisecontrol/xdocs/changes.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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