Joe
Joe

Reputation: 15301

Maven plugin for gathering source code statistics

Our project is based on J2EE and we would like to know if there is a open source maven-plugin which either integrates with cloc (Refer How can I measure source code statistics?) or other tools?

Upvotes: 4

Views: 2142

Answers (1)

Romain Linsolas
Romain Linsolas

Reputation: 81577

Use Sonar for that!

As you can see in the demo site, when this tool analyses your project, it provides a lot of statistics (using their internal tool, Sonar Squid which is a replacement of the old JavaNCSS) :

alt text http://sonar.codehaus.org/wp-content/uploads/2009/05/sonar-squid.jpg

Upvotes: 3

Related Questions