You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/11/26 16:04:02 UTC

cvs commit: maven-plugins/dashboard/xdocs authoring.xml

vmassol     2003/11/26 07:04:02

  Modified:    dashboard/xdocs authoring.xml
  Log:
  Added missing part about telling the dashboard plugin to use the custom aggregator
  
  Revision  Changes    Path
  1.2       +8 -0      maven-plugins/dashboard/xdocs/authoring.xml
  
  Index: authoring.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/authoring.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- authoring.xml	26 Nov 2003 15:00:10 -0000	1.1
  +++ authoring.xml	26 Nov 2003 15:04:02 -0000	1.2
  @@ -55,6 +55,14 @@
   maven.dashboard.aggregator.[aggregator name].label = [Label to display in report]
   maven.dashboard.aggregator.[aggregator name].goal = [Goal to call that generates the artifact above]
   ]]></source>
  +        <p>
  +          In order to use your aggregator in the dashboard report, you need to 
  +          add it to the list of aggregators by adding the following property in
  +          your <code>project.properties</code>:
  +        </p>
  +<source><![CDATA[
  +maven.dashboard.aggregators = [aggregator name],[other aggregators to use]
  +]]></source>        
         </subsection>
         <subsection name="Step 3: Tips">
           <p>
  
  
  

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