views:

46

answers:

1

Does anybody know if there is a Maven 2 plugin for including Ohloh statistics/widgets as a report?

+1  A: 

To my knowledge, there is no plugin allowing to generate a report with Ohloh's widgets. However, you could add a simple xdoc page to you website and include ohloh's <script> snippet in it. You need to use the xdoc format for that, it is not possible with apt (see DOXIA-349).

Pascal Thivent
Thanks! I didn't know you could do that using the xdoc plugin. Never bothered to take a look at that.
Wilfred Springer