ifaz / little-fluffy-location-library

Automatically exported from code.google.com/p/little-fluffy-location-library
0 stars 0 forks source link

maven #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
how about to turn this project into maven?
I can post pom.xml

Original issue reported on code.google.com by syt...@gmail.com on 13 Apr 2014 at 8:58

GoogleCodeExporter commented 9 years ago
The maven project pom.xml

Original comment by syt...@gmail.com on 22 Apr 2014 at 2:02

Attachments:

GoogleCodeExporter commented 9 years ago
I think you can remove this apklib dependency -only jar is using as dependency ?

<code>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>google-play-services</artifactId>
<version>12.0.0</version>
<type>apklib</type>
</dependency>
</code>

Original comment by syt...@gmail.com on 22 Apr 2014 at 2:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hiya. Tell me what to do to include this in the project and it'll make it into 
the v18 release :-) Please test with v17 code base.

Original comment by ken...@kentonprice.com on 24 Apr 2014 at 1:20

GoogleCodeExporter commented 9 years ago
Just copy pom.xml file to you project dir (where Eclipse .project is located)
Now if you use IDE like IntelliJ IDEA or Eclipse you can import Maven project 
model file -pom.xml and IDE will import all maven dependency. Maven will be 
like addition to Eclipce project you can build project with Eclipse (using 
Maven dependeny) or with maven too. You can write some dependency in pom.xml 
and Maven will automatically download all dependency needed from Maven central 
repository. If some of them like google-play-services don`t have copy in maven 
repo they can be imported from you maven local repository. You need first to 
import your local Android SDK to maven local repository with this project:
https://github.com/mosabua/maven-android-sdk-deployer

Original comment by syt...@gmail.com on 1 May 2014 at 9:07