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

cvs commit: maven-plugins/cruisecontrol plugin.jelly plugin.properties project.properties

brett       2004/07/02 19:06:58

  Modified:    cruisecontrol plugin.jelly plugin.properties
  Removed:     cruisecontrol project.properties
  Log:
  link to the build results
  
  Revision  Changes    Path
  1.7       +19 -1     maven-plugins/cruisecontrol/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly	12 Jun 2004 00:08:24 -0000	1.6
  +++ plugin.jelly	3 Jul 2004 02:06:58 -0000	1.7
  @@ -22,7 +22,8 @@
       xmlns:j="jelly:core" 
       xmlns:util="jelly:util" 
       xmlns:x="jelly:xml" 
  -    xmlns:ant="jelly:ant">
  +    xmlns:ant="jelly:ant"
  +    xmlns:doc="doc">
   
     <goal name="cruisecontrol" prereqs="cruisecontrol:configure"/>
   
  @@ -84,5 +85,22 @@
         <arg line="-configfile ${maven.cruisecontrol.config}"/>
       </ant:java>
     </goal>
  +
  +  <goal name="maven-cruisecontrol-plugin:report">
  +    <!-- TODO: download and transform instead of linking to it -->
  +  </goal>
  +
  +  <goal name="maven-cruisecontrol-plugin:register">
  +    <doc:registerReport 
  +      name="CC Build Results"
  +      pluginName="maven-cruisecontrol-plugin"
  +      externalLink="${maven.cruisecontrol.buildresults.url}/${pom.artifactId}"
  +      description="See the cruise control build results page for this project." />
  +  </goal>
  +  
  +  <goal name="maven-cruisecontrol-plugin:deregister">
  +    <doc:deregisterReport name="CC Build Results"/>
  +  </goal>
  +  
   </project>
   
  
  
  
  1.7       +1 -0      maven-plugins/cruisecontrol/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/plugin.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.properties	31 May 2004 15:56:08 -0000	1.6
  +++ plugin.properties	3 Jul 2004 02:06:58 -0000	1.7
  @@ -23,3 +23,4 @@
   maven.cruisecontrol.mail.defaultsuffix=DEFAULT_SUFFIX_NOT_SET
   maven.cruisecontrol.mail.subjectprefix=[BUILD]
   maven.cruisecontrol.template=${plugin.resources}/cruisecontrol.jsl
  +maven.cruisecontrol.buildresults.url=http://localhost:8080/cruisecontrol
  
  
  

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