Sonar
Sonar
is an open platform to manage code quality.
The Sonar GreenPepper Plugin
collects test reports provided by GreenPepper Maven plugin to feed Sonar.
To produce GreenPepper test reports, the easiest way is :
The
integration-test will trigger the
greenpepper:compile,
greenpepper:resources,
greenpepper:fixture-jar and the
greenpepper:run goals.
 |
Make sure to produce report in XML format by adding to the Maven GreenPepper configuration or by specifying on the command line of Maven |
Failures
The GreenPepper Maven plugin will stop when a failure is detected and will abort Sonar execution. To prevent this, specify
on the command line