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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]