-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins cobertura plugin 1.4, 1.5
grails and grails maven plugin
I'm building a project using grails and grails-maven-plugin.
Since version 1.4 of the plugin, the cobertura report is not published because the cobertura-maven-plugin is not invoked:
... Cobertura: Loaded information on 293 classes. Cobertura: Saved information on 293 classes. Skipping Cobertura coverage report as mojo did not run. ...
Looking at the sources of the plugin, it's mandatory to execute the cobertura-maven-plugin to publish reports (and that's not the way grails work!).
I can't see why this test is done (as we need to provide the path of the report). Would it be possible to remove/adapt this check?
As a workaround: I'm using version 1.3 of the plugin.
thanks
- is related to
-
JENKINS-12857 cobertura - add option to make build as unstable (or not at all) instead of failed when no coverage xml files are found
- Resolved
-
JENKINS-12640 Cobertura plugin should not fail maven build for maven release
- Closed