From 161bee3755d3dbe87afc13eab878cd6115578ec1 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 19 Feb 2005 16:32:43 +0000 Subject: [PATCH] Added new cruisecontrol:configure-war goal that generates a configured CruiseControl webapp WAR. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154419 13f79535-47bb-0310-9956-ffa450edef68 --- cruisecontrol/plugin.jelly | 32 +++++++++++++++++++++++++++++++- cruisecontrol/xdocs/changes.xml | 4 ++++ cruisecontrol/xdocs/goals.xml | 6 ++++++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/cruisecontrol/plugin.jelly b/cruisecontrol/plugin.jelly index 6e0597b7..4c73de6a 100644 --- a/cruisecontrol/plugin.jelly +++ b/cruisecontrol/plugin.jelly @@ -130,7 +130,12 @@ - + + + + + @@ -158,6 +163,31 @@ --> + + + + + + + + + + + + + + + + diff --git a/cruisecontrol/xdocs/changes.xml b/cruisecontrol/xdocs/changes.xml index fc1fa173..38770b3f 100644 --- a/cruisecontrol/xdocs/changes.xml +++ b/cruisecontrol/xdocs/changes.xml @@ -26,6 +26,10 @@ + + Added new cruisecontrol:configure-war goal that generates + a configured CruiseControl webapp WAR. + Use the same default value for the maven.cruisecontrol.mail.buildresultsurl property diff --git a/cruisecontrol/xdocs/goals.xml b/cruisecontrol/xdocs/goals.xml index 2355ab71..b16d4eba 100644 --- a/cruisecontrol/xdocs/goals.xml +++ b/cruisecontrol/xdocs/goals.xml @@ -43,6 +43,12 @@ machine (it uses a file copy). + + cruisecontrol:configure-war + + Generates a configured CruiseControl webapp WAR. + +