Modify the default values to match CC version 2.2.1.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-02-17 08:18:12 +00:00
parent 291d6a3f7b
commit 0f95bf75ea
2 changed files with 7 additions and 2 deletions

View File

@@ -35,8 +35,8 @@ maven.cruisecontrol.mail.reportsuccess=always
maven.cruisecontrol.mail.spamwhilebroken=false
maven.cruisecontrol.mail.usemap=true
maven.cruisecontrol.mail.buildresultsurl=
maven.cruisecontrol.mail.css=${maven.cruisecontrol.home}/reporting/jsp/css/cruisecontrol.css
maven.cruisecontrol.mail.xlsdir=${maven.cruisecontrol.home}/reporting/jsp/xsl
maven.cruisecontrol.mail.css=${maven.cruisecontrol.home}/reporting/jsp/webcontent/css/cruisecontrol.css
maven.cruisecontrol.mail.xlsdir=${maven.cruisecontrol.home}/reporting/jsp/webcontent/xsl
maven.cruisecontrol.mail.failureaddress=${pom.build.nagEmailAddress}
maven.cruisecontrol.mail.successaddress=${pom.build.nagEmailAddress}
maven.cruisecontrol.mail.maps=

View File

@@ -30,6 +30,11 @@
elements are generated. They must be in the order of the less
dependent project first.
</action>
<action dev="vmassol" type="fix">
Fixed default property values for <code>maven.cruisecontrol.mail.xlsdir</code>
and <code>maven.cruisecontrol.mail.css</code> so that the plugin works by default
with the latest CC version (2.2.1).
</action>
</release>
<release version="1.6" date="2004-12-06">
<action dev="epugh" type="add" issue="MPCRUISECONTROL-15">Lost script extension when use "maven cruisecontrol:configure" command</action>