amirpiri / android-maps-extensions

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

Mavenize project #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Thanks for your library, it is very helpful !

It would be a good thing to mavenize this project, many users use a maven 
configuration and the dependencies management is really easier !

Do you know how do that ? If you want some help, don't hesitate to ask me ;)

Original issue reported on code.google.com by tfondril...@excilys.com on 25 Mar 2013 at 10:14

GoogleCodeExporter commented 8 years ago
Sounds like fun.

Original comment by maciek.g...@gmail.com on 25 Mar 2013 at 5:53

GoogleCodeExporter commented 8 years ago
I can't move the libs folder from android-maps-extensions, because it is 
required there for non-maven setup.
This is why I included 
<nativeLibrariesDirectory>non-existing-directory</nativeLibrariesDirectory> in 
the android-maps-extensions/pom.xml.

It works fine when you use maven from command line:
mvn clean install
cd android-maps-extensions-demo
mvn android:deploy android:run

This is a known bug m2e android plugin doesn't handle it ( 
https://github.com/rgladwell/m2e-android/issues/121 ) and is related to not 
supporting apklib dependencies ( 
https://github.com/rgladwell/m2e-android/issues/104 ).

Original comment by maciek.g...@gmail.com on 31 Mar 2013 at 2:36