You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/01/03 07:12:03 UTC

cvs commit: maven-plugins/cruisecontrol/src/plugin-resources cruisecontrol.jsl

dion        2004/01/02 22:12:03

  Modified:    cruisecontrol/src/plugin-resources cruisecontrol.jsl
  Log:
  ERROR HTMLEmailPublisher in Cruisecontrol plugin fix
  
  Revision  Changes    Path
  1.5       +1 -0      maven-plugins/cruisecontrol/src/plugin-resources/cruisecontrol.jsl
  
  Index: cruisecontrol.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/src/plugin-resources/cruisecontrol.jsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cruisecontrol.jsl	11 Nov 2003 03:04:48 -0000	1.4
  +++ cruisecontrol.jsl	3 Jan 2004 06:12:03 -0000	1.5
  @@ -25,6 +25,7 @@
           <schedule interval="${maven.cruisecontrol.schedule.interval}">
             <maven mavenscript="${maven.home}/bin/maven" goal="${maven.cruisecontrol.goals}" projectfile="${maven.cruisecontrol.checkout.dir}/${module}/project.xml"/>
           </schedule>
  +        <log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}"/>
           <publishers>
             <currentbuildstatuspublisher file="${maven.cruisecontrol.logs.dir}/currentbuildstatus.txt"/>
             <htmlemail 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org