Re: Android Lint and maven builds

2015-08-24 Thread Varun Chaudhary
The corresponding maven goal is android:lint as mentioned here: http://blog.octo.com/en/add-lint-checks-to-android-maven-builds/#next On Tuesday, August 7, 2012 at 4:52:14 PM UTC-7, Christopher Orr wrote: > > On 07/12/2012 08:15 AM, Patrik Åkerfeldt wrote: > > For some reason the android-lint re

Re: Android Lint and maven builds

2012-08-07 Thread Christopher Orr
On 07/12/2012 08:15 AM, Patrik Åkerfeldt wrote: 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

Android Lint and maven builds

2012-07-12 Thread Patrik Åkerfeldt
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 cob