pitate7777777 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

lint <skip>true</skip> doesn't work, but it works from the command line #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
it works fine on 3.8.0 & 3.8.1

Original comment by benoit.b...@gmail.com on 10 Dec 2013 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by mosa...@gmail.com on 31 Dec 2013 at 7:05