You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ron Yust <ry...@conversantinc.com> on 2005/08/11 18:13:29 UTC

[m2] Reports

What reports are available in Maven2?  And how do you specify and run them?
I could not locate any documentation.

 


Re: [m2] Reports

Posted by "Johnny R. Ruiz " <jr...@exist.com>.
To run reports on M2 you should include <reporting> tag in your pom.xml. 
See example below: 

    <reporting>
    <plugins>
        <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changes-plugin</artifactId>
        <version>1.0-SNAPSHOT</version>
        </plugin>
    </plugins>
    </reporting>

To generate the reports. Do m2 site:site

I am not sure what reports are already available.  Currently under 
development are the reports:  jdepend, surefire, taglist, 
changes,changelog, developer activity, file activity, jira, etc..   Soon 
they will be released :)






Ron Yust wrote:

>What reports are available in Maven2?  And how do you specify and run them?
>I could not locate any documentation.
>
> 
>
>
>  
>
>------------------------------------------------------------------------
>
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.338 / Virus Database: 267.10.5/68 - Release Date: 8/10/2005
>  
>


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