Hello,
I am sorry not to have enough time to debug or contribute it myself but it
looks like the skip configuration for lint doesn't work from xml. But it works
fine if used from command line :
mvn -Dandroid.lint.skip=true clean install
works fine and doesn't execute lint
but if you use
<configuration>
<lint>
<skip>true</skip>
</lint>
</configuration>
then it doesn't work.
I use a release profile in which I want to skip lint and this fails.
Thanks in advance for fixing this.
Original issue reported on code.google.com by steff.ni...@gmail.com on 12 Jun 2013 at 4:30
Original issue reported on code.google.com by
steff.ni...@gmail.com
on 12 Jun 2013 at 4:30