Author: vmassol
Date: Sat Feb 19 07:30:27 2005
New Revision: 154407

URL: http://svn.apache.org/viewcvs?view=rev&rev=154407
Log:
Use the same default value for the 
<code>maven.cruisecontrol.mail.buildresultsurl</code> property than the one for 
<code>maven.cruisecontrol.buildresults.url</code>.

Modified:
    maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties
    maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties?view=diff&r1=154406&r2=154407
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties Sat Feb 19 
07:30:27 2005
@@ -50,6 +50,11 @@
 # TODO: Once the SCM plugin 1.5 is released, modify the first goal to be 
scm:update
 maven.cruisecontrol.goals=scm:update-project|clean test|site:deploy
 
+maven.cruisecontrol.template=${plugin.resources}/cruisecontrol.jsl
+maven.cruisecontrol.trigger.projects=
+maven.cruisecontrol.buildresults.site=${pom.url}/cruisecontrol
+maven.cruisecontrol.buildresults.url=${maven.cruisecontrol.buildresults.site}/buildresults/${pom.artifactId}
+
 maven.cruisecontrol.mail.host=localhost
 maven.cruisecontrol.mail.defaultsuffix=DEFAULT_SUFFIX_NOT_SET
 maven.cruisecontrol.mail.subjectprefix=[BUILD]
@@ -57,17 +62,12 @@
 maven.cruisecontrol.mail.reportsuccess=always
 maven.cruisecontrol.mail.spamwhilebroken=false
 maven.cruisecontrol.mail.usemap=true
-maven.cruisecontrol.mail.buildresultsurl=
+maven.cruisecontrol.mail.buildresultsurl=${maven.cruisecontrol.buildresults.url}
 
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=
-
-maven.cruisecontrol.template=${plugin.resources}/cruisecontrol.jsl
-maven.cruisecontrol.trigger.projects=
-maven.cruisecontrol.buildresults.site=${pom.url}/cruisecontrol
-maven.cruisecontrol.buildresults.url=${maven.cruisecontrol.buildresults.site}/buildresults/${pom.artifactId}
 
 #maven.cruisecontrol.ftp.targetHost=
 maven.cruisecontrol.ftp.targetUser=anonymous

Modified: maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml?view=diff&r1=154406&r2=154407
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml Sat Feb 19 
07:30:27 2005
@@ -27,6 +27,11 @@
   <body>
     <release version="1.7" date="in SVN">
       <action dev="vmassol" type="update">
+        Use the same default value for the 
+        <code>maven.cruisecontrol.mail.buildresultsurl</code> property
+        than the one for <code>maven.cruisecontrol.buildresults.url</code>.
+      </action>
+      <action dev="vmassol" type="update">
         Modified default value of 
<code>maven.cruisecontrol.logs.mergedirectory</code>
         so that CC can aggregate JUnit test reports both for single project and
         multiproject setups.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to