sajith4u / maven-android-plugin

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

Migrate from Lint from android sdk folder to the lint in maven central #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the release of Android SDK Tool 22 the changelog mention this :

"Released some of the Android tools into Maven Central to assist third-party 
tool developers. The following tools are available in the repository: 
manifest-merger, common/sdk_common, ddmlib, dvlib, layoutlib_api, sdklib, and 
lint."

So we should use lint from maven central to ensure the use of the same jar 
between your dev computer & the ci (jenkins) server

I haven't found lint on maven central yet so I couldn't start a pull request.

Original issue reported on code.google.com by benoit.b...@gmail.com on 15 May 2013 at 9:01

GoogleCodeExporter commented 9 years ago
<groupId>com.android.tools.build</groupId>
<artifactId>manifest-merger</artifactId>
<version>22.0</version>

<groupId>com.android.tools</groupId>
<artifactId>sdk-common</artifactId>
<version>22.0</version>

<groupId>com.android.tools.ddms</groupId>
<artifactId>ddmlib</artifactId>
<version>22.0</version>

<groupId>com.android.tools</groupId>
<artifactId>dvlib</artifactId>
<version>22.0</version>

<groupId>com.android.tools.layoutlib</groupId>
<artifactId>layoutlib-api</artifactId>
<version>22.0</version>

<groupId>com.android.tools</groupId>
<artifactId>sdklib</artifactId>
<version>22.0</version>

Original comment by andreas....@gmail.com on 18 May 2013 at 7:16

GoogleCodeExporter commented 9 years ago
Yes I know about those but this issue is about Lint which is supposed to be 
released on maven central too

Original comment by benoit.b...@gmail.com on 18 May 2013 at 7:22

GoogleCodeExporter commented 9 years ago
Talking to Xavier Ducrochet at Google IO 2013 he told me that lint will be 
coming to central soon... until then we wait.. 

Original comment by mosa...@gmail.com on 24 May 2013 at 5:04

GoogleCodeExporter commented 9 years ago
Lint has hit maven central !! 

I looked into using it but it's not that straight forward, it's doing 
everything in the Main class .... :(

Original comment by benoit.b...@gmail.com on 17 Jul 2013 at 3:16

GoogleCodeExporter commented 9 years ago
We are no longer using the issue tracking system on Google Code. Please refile 
this issue on https://github.com/jayway/maven-android-plugin/issues if you 
still have this problem with the latest release of the Android Maven Plugin

Original comment by mosa...@gmail.com on 19 May 2014 at 4:20