문제

We are interested in finding out some statistics of various frameworks

  1. Mailing list activity on say richfaces. Much similar to what is available on http://code.google.com (Low, Medium, High) + average number of emails per day | per month.
  2. Number of releases made in a year including patch, minor, major releases. We did look at the maven repositories but that wasn't very useful either.

We did look at ohloh, but didn't get the desired information. Any other ideas on where to get this information (any maven-2 plugins)?

도움이 되었습니까?

해결책

Mailing list activity on say richfaces. Much similar to what is available on http://code.google.com (Low, Medium, High) + average number of emails per day | per month.

You'll get these informations on markmail (check also the other lists for richfaces, e.g. the svn-commits).

Number of releases made in a year including patch, minor, major releases. We did look at the maven repositories but that wasn't very useful either.

I would use Jira's Change Log for that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top