For some reason the android-lint report is never created for my android maven builds. In the pre steps I generate the lint-results.xml file, and I have verified that it exists and contains right information. Then, the build step defines the pom and the maven target (which currently is clean cobertura:cobertura deploy but I've tried other goals like just clean compile). Then in post step I choose to publish the lint result, specifying the lint-results.xml file. The build is successful but there is no references to lint reports in the console.
If I, instead, create a regular build (not maven), checkout the code and in the build step run the command to create the lint result, the lint report is published. So to me it seems to be some issue with the android-lint plugin together with maven builds. Can someone confirm this? Thanks, på
