Thanks for the tip Nick, but this very special case I have a project
on maven with several submodules, and want to see the pass rate per
module.

I'm running this in Anthill, which can also be integrated with Sonar.
My problem now is to generate the summary report.
Could someone point to an example?

regards
emerson

On 4 November 2010 14:54, Nick Stolwijk <[email protected]> wrote:
> I would suggest you use Maven(+Hudson)+Sonar.
>
> Maven for building and gathering information
> Hudson for CI (but it can be left out)
> Sonar for reporting
>
> Sonar can do nice reports for coverage, unit tests, QA metrics, etc.
>
> Hth,
>
> Nick Stolwijk
> ~Java Developer~
>
> IPROFS BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> http://www.iprofs.nl
>
>
>
> On Thu, Nov 4, 2010 at 3:47 PM, emerson <[email protected]> wrote:
>> Hi Jesse
>>
>> I still need to use maven for generating the aggregation.
>> You are saying that Junit reports should would just fine for that then?
>>
>> regards
>> Emerson
>>
>> On 5 October 2010 13:30, Jesse Farinacci <[email protected]> wrote:
>>> Hi Emerson,
>>>
>>> On Tue, Oct 5, 2010 at 5:25 AM, emerson <[email protected]> wrote:
>>>> Should I presume there is no equivalent to the aggregated dashboard of M1?
>>>
>>> Yes. There is no equivalent for the M1 dashboard. Some report plugins
>>> support aggregation, but that is on a per-plugin basis.
>>>
>>> I realize what I'm about to suggest is even more bold than the
>>> statements that an MRM is a necessary component for proper Maven
>>> function in any environment of even minor sophistication (which it
>>> is), but.. You should consider running Hudson with all of the static
>>> code analysis tools, and test reporting, enabled. Hudson handles
>>> proper module {checkstyle, findugs, pmd, test} aggregation on your
>>> behalf, and in a spectacularly useful and easy way.
>>>
>>> -Jesse
>>>
>>> --
>>> There are 10 types of people in this world, those
>>> that can read binary and those that can not.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to