-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.2, 3.3, 3.4
-
Component/s: Clover integration, Plugins
-
None
Steps to reproduce:
- Create a Maven project in directory "sub" underneath a top-level directory "top"
- Add a plan with a Maven job to build it, specifying the working sub directory as "top"
- Enable Clover automatic integration
- Clover results are not collected
Workaround:
- Disable Clover autointegration
- manually specify the glob for clover.xml as top/target/site/clover/**/clover.xml
- Edit the "Clover Report (System)" artefact defintion's location to be top/target/site/clover/*/.*