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...@codehaus.org on 2004/05/16 04:13:10 UTC

Maven dashboard plugin 1.3 released

The maven team is pleased to announce the Maven Dashboard Plugin 1.3 release! 

http://maven.apache.org/reference/plugins/dashboard/

Generate a dashboard containing global statistics about other maven reports 

Changes in this version include:

  New Features:

o Added Simian Total Duplicate Lines aggregator. 

  Fixed bugs:

o Prevent the plugin from failing if one dashboard-single.xmlfails to be 
  generated. Thanks to Dominique Collette. 

  Changes:

o Better error reporting when a wrong aggregator name is used. 
o Updated plugin tests to verify we can generate the dashboard report by 
  using the multiproject:site goal. Also updated documentation accordingly. 
o Removed explicit dependencies on maven-clover-pluginand 
  maven-junit-report-plugin. The reason I've removed the dependencies is that 
  people will want to use different versions of these plugins. I would have 
  liked to say in the dependencies that we need versions greater than 1.4 for 
  each plugin but that's not currently possible. 
o Changed junit-report-1.4-SNAPSHOT to 1.4 release. 
o Added explicit dependencies on other Maven plugins.  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-dashboard-plugin
  -Dversion=1.3

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.3.jar
         

Have fun!
-The maven team
      

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